-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damian Mooyman
committed
Jul 3, 2017
1 parent
480423a
commit 59f4f6b
Showing
11 changed files
with
75 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"CampaignAdmin.ADDCAMPAIGN": "Aggiungi campagna", | ||
"CampaignAdmin.DELETECAMPAIGN": "Are you sure you want to delete this record?", | ||
"CampaignAdmin.DRAFT": "Draft", | ||
"CampaignAdmin.DELETECAMPAIGN": "Sei sicuro di voler eliminare questo record?", | ||
"CampaignAdmin.DRAFT": "Bozza", | ||
"CampaignAdmin.ITEM_SUMMARY_PLURAL": "%s elementi", | ||
"CampaignAdmin.ITEM_SUMMARY_SINGULAR": "%s elemento", | ||
"CampaignAdmin.MODIFIED": "Modified", | ||
"CampaignAdmin.NO_CHANGES": "No changes", | ||
"CampaignAdmin.MODIFIED": "Modificato", | ||
"CampaignAdmin.NO_CHANGES": "Nessuna modifica", | ||
"CampaignAdmin.PUBLISHCAMPAIGN": "Pubblica campagna", | ||
"CampaignAdmin.REMOVED": "Removed", | ||
"CampaignAdmin.REMOVED": "Eliminato", | ||
"CampaignAdmin.REVERTCAMPAIGN": "Ripristina" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
eo: | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler: | ||
AddToCampaignAddAction: Aldoni | ||
AddToCampaignAvailableLabel: 'Disponeblaj kampanjoj' | ||
AddToCampaignFormFieldLabel: 'Elekti kampanjon' | ||
AddToCampaignInChangsetLabel: 'Averto, ĉi tiu ero jam estas en kampanjoj(j):' | ||
AddToCampaignNoCampaignsToAdd: '<p class="lead text-xs-center">Ĉi tiu elemento estas aldonita al ĉiuj disponeblaj kampanjoj.<br/><a href="{campaignSectionLink}" class="add-to-campaign-modal__nav-link">Ĉu kreu novan kampanjon?</a></p>' | ||
ErrorCampaignPermissionDenied: 'Ŝajne vi ne havas la necesajn permesojn por aldoni je {ObjectTitle} al {CampaignTitle}' | ||
ErrorGeneral: 'Ni bedaŭras, ke okazis eraro' | ||
ErrorItemPermissionDenied: 'Ŝajne vi ne havas la necesajn permesojn por aldoni je {ObjectTitle} al kampanjo' | ||
ErrorNotFound: 'Tiu {Type} ne estas trovita' | ||
Success: 'Sukcese aldoniĝis <strong>{ObjectTitle}</strong> al <strong>{CampaignTitle}</strong>' | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler_FormAction: | ||
ADDTOCAMPAIGN: 'Aldoni al kampanjo' | ||
SilverStripe\CampaignAdmin\CampaignAdmin: | ||
ACCESS_HELP: 'Ebligi vidigon de la kampanja publikiga sekcio.' | ||
CANCEL: Nuligi | ||
MENUTITLE: Kampanjoj | ||
SAVE: Konservi | ||
SAVEDUP: Konservita. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
it: | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler: | ||
AddToCampaignAddAction: Aggiungi | ||
AddToCampaignAvailableLabel: 'Campagne disponibili' | ||
AddToCampaignFormFieldLabel: 'Selezionare una Campagna' | ||
AddToCampaignInChangsetLabel: 'Attenzione, questo elemento è già presente in una campagna:' | ||
AddToCampaignNoCampaignsToAdd: '<p class="lead text-xs-center">Questo elemento è stato aggiunto a tutte le campagne disponibili.<br/><a href="{campaignSectionLink}" class="add-to-campaign-modal__nav-link">Creare una nuova campagna?</a></p>' | ||
ErrorCampaignPermissionDenied: 'Sembra tu non disponga dei privilegi necessari per aggiungere {ObjectTitle} a {CampaignTitle}' | ||
ErrorGeneral: 'Spiacenti, ma c''è stato un errore' | ||
ErrorItemPermissionDenied: 'Sembra tu non disponga dei privilegi necessari per aggiungere {ObjectTitle} ad una campagna' | ||
ErrorNotFound: '{Type} potrebbe non essere trovato' | ||
Success: '<strong>{ObjectTitle}</strong> è stato aggiunto con successo a <strong>{CampaignTitle}</strong>' | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler_FormAction: | ||
ADDTOCAMPAIGN: 'Aggiungi alla Campagna' | ||
SilverStripe\CampaignAdmin\CampaignAdmin: | ||
ACCESS_HELP: 'Consentire la visione della sezione di pubblicazione campagna.' | ||
CANCEL: Annulla | ||
MENUTITLE: Campagne | ||
SAVE: Salva | ||
SAVEDUP: Salvato. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ru: | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler: | ||
AddToCampaignAddAction: Добавить | ||
AddToCampaignAvailableLabel: 'Доступные кампании' | ||
AddToCampaignFormFieldLabel: 'Выбрать кампанию' | ||
AddToCampaignInChangsetLabel: 'Внимание, этот элемент уже в кампании(ях):' | ||
AddToCampaignNoCampaignsToAdd: '<p class="lead text-xs-center">Данный элемент уже был добавлен во все доступные кампании<br/><a href="{campaignSectionLink}" class="add-to-campaign-modal__nav-link">Создать новую кампанию?</a></p>' | ||
ErrorCampaignPermissionDenied: 'У Вас нет прав для добавления {ObjectTitle} к {CampaignTitle}' | ||
ErrorGeneral: 'Приносим извинения, произошла ошибка' | ||
ErrorItemPermissionDenied: 'У Вас нет прав для добавления {ObjectTitle} к кампании' | ||
ErrorNotFound: 'Этот {Type} не может быть найден' | ||
Success: '<strong>{ObjectTitle}</strong> успешно добавлен в <strong>{CampaignTitle}</strong>' | ||
SilverStripe\CampaignAdmin\AddToCampaignHandler_FormAction: | ||
ADDTOCAMPAIGN: 'Добавить к кампании' | ||
SilverStripe\CampaignAdmin\CampaignAdmin: | ||
ACCESS_HELP: 'Разрешить просмотр секции кампании о публикации.' | ||
CANCEL: Отмена | ||
MENUTITLE: Кампании | ||
SAVE: 'Сохранить' | ||
SAVEDUP: 'Сохранено.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters