summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/localization/jquery.jtable.de.js30
-rw-r--r--lib/localization/jquery.jtable.es.js6
-rw-r--r--lib/localization/jquery.jtable.pl.js6
-rw-r--r--lib/localization/jquery.jtable.pt-BR.js14
-rw-r--r--lib/localization/jquery.jtable.ru.js28
5 files changed, 71 insertions, 13 deletions
diff --git a/lib/localization/jquery.jtable.de.js b/lib/localization/jquery.jtable.de.js
new file mode 100644
index 0000000..d089714
--- /dev/null
+++ b/lib/localization/jquery.jtable.de.js
@@ -0,0 +1,30 @@
+/*
+ jTable localization file for 'German' language.
+ Author: Max Grass
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'Bei der Verbindung mit dem Server ist ein Fehler aufgetreten.',
+ loadingMessage: 'Wird geladen...',
+ noDataAvailable: 'Keine Einträge',
+ addNewRecord: 'Neuen Eintrag hinzufügen',
+ editRecord: 'Bearbeiten',
+ areYouSure: 'Sicher?',
+ deleteConfirmation: 'Eintrag wirklich löschen?',
+ save: 'Speichern',
+ saving: 'Wird gespeichert...',
+ cancel: 'Abbrechen',
+ deleteText: 'Löschen',
+ deleting: 'Wird gelöscht...',
+ error: 'Fehler',
+ close: 'Schließen',
+ cannotLoadOptionsFor: 'Die Einstellungen für {0} konnten nicht geladen werden',
+ pagingInfo: '{0} - {1} von {2} wird angezeigt',
+ canNotDeletedRecords: '{0} von {1} Einträge konnten nicht gelöscht werden!',
+ deleteProggress: '{0} von {1} wird gelöscht...',
+ pageSizeChangeLabel: 'Anzahl der Einträge',
+ gotoPageLabel: 'Auf der Seite'
+ });
+
+})(jQuery);
diff --git a/lib/localization/jquery.jtable.es.js b/lib/localization/jquery.jtable.es.js
index 8df61e8..258d27c 100644
--- a/lib/localization/jquery.jtable.es.js
+++ b/lib/localization/jquery.jtable.es.js
@@ -23,8 +23,8 @@
pagingInfo: 'Mostrando registros {0} a {1} de {2}',
canNotDeletedRecords: 'No se puede borrar registro(s) {0} de {1}!',
deleteProggress: 'Eliminando {0} de {1} registros, procesando...',
- pageSizeChangeLabel: 'Row count', //New. Must be localized.
- gotoPageLabel: 'Go to page' //New. Must be localized.
+ pageSizeChangeLabel: 'Registros por página',
+ gotoPageLabel: 'Ir a página'
});
-})(jQuery); \ No newline at end of file
+})(jQuery);
diff --git a/lib/localization/jquery.jtable.pl.js b/lib/localization/jquery.jtable.pl.js
index f7790ab..a8b37ed 100644
--- a/lib/localization/jquery.jtable.pl.js
+++ b/lib/localization/jquery.jtable.pl.js
@@ -23,8 +23,8 @@
pagingInfo: 'Wyświetlanie od {0} do {1} z {2} rekordów',
canNotDeletedRecords: 'Nie można usunąć {0} z {1} rekordów!',
deleteProggress: 'Usunięto {0} z {1} rekordów, Trwa usuwanie...',
- pageSizeChangeLabel: 'Row count', //New. Must be localized.
- gotoPageLabel: 'Go to page' //New. Must be localized.
+ pageSizeChangeLabel: 'Liczba rekordów',
+ gotoPageLabel: 'Idź do strony'
});
-})(jQuery); \ No newline at end of file
+})(jQuery);
diff --git a/lib/localization/jquery.jtable.pt-BR.js b/lib/localization/jquery.jtable.pt-BR.js
index cba9061..5283511 100644
--- a/lib/localization/jquery.jtable.pt-BR.js
+++ b/lib/localization/jquery.jtable.pt-BR.js
@@ -1,17 +1,17 @@
/*
jTable localization file for 'Portuguese - Brazilian' language.
- Author: Renato Bigliazzi
+ Authors: Renato Bigliazzi, Paulo Soriano
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Erro ao tentar conexão com o servidor.',
loadingMessage: 'Carregando registros...',
- noDataAvailable: 'Não existem dados a serem exibibos no momento!',
+ noDataAvailable: 'Não existem dados a serem exibidos no momento!',
addNewRecord: '+ Adicionar novo registro',
editRecord: 'Editar registro',
areYouSure: 'Você tem certeza ?',
- deleteConfirmation: 'Este registro será excluido. Confirmar ?',
+ deleteConfirmation: 'Este registro será excluído. Confirmar ?',
save: 'Salvar',
saving: 'Salvando...',
cancel: 'Cancelar',
@@ -19,12 +19,12 @@
deleting: 'Excluindo...',
error: 'Erro',
close: 'Fechar',
- cannotLoadOptionsFor: 'Não foi possivel carregar opções para o campo {0}!',
+ cannotLoadOptionsFor: 'Não foi possível carregar opções para o campo {0}!',
pagingInfo: 'Exibindo registros {0} a {1} de {2}',
canNotDeletedRecords: 'Não foi possível excluir registro(s) {0} de {1}!',
deleteProggress: 'Excluindo {0} de {1} registros, processando...',
- pageSizeChangeLabel: 'Row count', //New. Must be localized.
- gotoPageLabel: 'Go to page' //New. Must be localized.
+ pageSizeChangeLabel: 'Linhas',
+ gotoPageLabel: 'Ir para página'
});
-})(jQuery); \ No newline at end of file
+})(jQuery);
diff --git a/lib/localization/jquery.jtable.ru.js b/lib/localization/jquery.jtable.ru.js
new file mode 100644
index 0000000..c5e5405
--- /dev/null
+++ b/lib/localization/jquery.jtable.ru.js
@@ -0,0 +1,28 @@
+/*
+ jTable localization file for 'Russian' language.
+ Author: Stanislav Reznikov
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'Ошибка связи с сервером.',
+ loadingMessage: 'Загрузка...',
+ noDataAvailable: 'Данные отсутствуют',
+ addNewRecord: 'Добавить',
+ editRecord: 'Изменить',
+ areYouSure: 'Вы уверены?',
+ deleteConfirmation: 'Удалить запись?',
+ save: 'Сохранить',
+ saving: 'Сохранение...',
+ cancel: 'Отмена',
+ deleteText: 'Удалить',
+ deleting: 'Удаление...',
+ error: 'Ошибка',
+ close: 'Закрыть',
+ cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
+ pagingInfo: 'Записи с {0} по {1} из {2}',
+ canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
+ deleteProggress: 'Удаление {0} из {1} записей...'
+ });
+
+})(jQuery);