-
Notifications
You must be signed in to change notification settings - Fork 80
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
Aug 16, 2016
1 parent
6931031
commit 18b3c8f
Showing
2 changed files
with
48 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
hr: | ||
CMSMain: | ||
LANGUAGEDROPDOWNLABEL: Jezik | ||
CMSMain_left: | ||
GO: Kreni | ||
Form: | ||
LANGAOTHER: 'Ostali jezici' | ||
LANGAVAIL: 'Dostupni jezici' | ||
Translatable: | ||
ALLCREATED: 'Svi dozvoljeni prijevodi su kreirani.' | ||
CREATE: 'Kreiraj novi prijevod' | ||
CREATEBUTTON: Kreiraj | ||
EXISTING: 'Postojeći prijevodi' | ||
NEWLANGUAGE: 'Novi jezik' | ||
NOTICENEWPAGE: 'Molimo spremite ovu stranicu prije kreiranja prijevoda' | ||
TRANSLATEALLPERMISSION: 'Prevedi u sve dostupne jezike' | ||
TRANSLATEPERMISSION: 'Prevedi %s' | ||
TRANSLATEVIEWLANGS: 'Pogledaj padajući izbornik jezika' | ||
TRANSLATIONS: Prijevodi | ||
Translatable_Transform: | ||
CheckboxValueNo: 'Ne' | ||
CheckboxValueYes: 'Da' | ||
OriginalCheckboxLabel: 'Original: {value}' | ||
OriginalFieldLabel: 'Original {title}' |
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,24 @@ | ||
ru: | ||
CMSMain: | ||
LANGUAGEDROPDOWNLABEL: Язык | ||
CMSMain_left: | ||
GO: Выполн. | ||
Form: | ||
LANGAOTHER: 'Другие языки' | ||
LANGAVAIL: 'Доступные языки' | ||
Translatable: | ||
ALLCREATED: 'Все переводы на доступные языки созданы.' | ||
CREATE: 'Создать новый перевод' | ||
CREATEBUTTON: Создать | ||
EXISTING: 'Существующие переводы' | ||
NEWLANGUAGE: 'Добавить язык' | ||
NOTICENEWPAGE: 'Пожалуйста, сохраните данную страницу прежде чем создавать перевод' | ||
TRANSLATEALLPERMISSION: 'Перевести на все доступные языки' | ||
TRANSLATEPERMISSION: 'Перевести %s' | ||
TRANSLATEVIEWLANGS: 'Отобразить языковое выпадающее меню' | ||
TRANSLATIONS: Переводы | ||
Translatable_Transform: | ||
CheckboxValueNo: 'Нет' | ||
CheckboxValueYes: 'Да' | ||
OriginalCheckboxLabel: 'Оригинальное значение: {value}' | ||
OriginalFieldLabel: 'Оригинальное {title}' |