add phrases for category_info and document_count

This commit is contained in:
Uwe Steinmann 2016-02-09 12:37:49 +01:00
parent 7640660284
commit cf193adfff
23 changed files with 57 additions and 7 deletions

View File

@ -180,6 +180,7 @@ URL: [url]',
'category' => 'قسم',
'category_exists' => '.القسم بالفعل موجود',
'category_filter' => 'اقسام فقط',
'category_info' => '',
'category_in_use' => 'هذا القسم مستخدم حاليا بواسطة مستندات.',
'category_noname' => 'لم يتم كتابة اسم القسم.',
'ca_ES' => 'الكاتالونية',
@ -286,6 +287,7 @@ Parent folder: [folder_path]
المستخدم: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - تم تعديل التعليق',
'document_count' => '',
'document_deleted' => 'تم مسح المستند',
'document_deleted_email' => 'تم مسح المستند',
'document_deleted_email_body' => 'تم مسح المستند

View File

@ -165,6 +165,7 @@ $text = array(
'category' => 'Категория',
'category_exists' => 'Категорията существува',
'category_filter' => 'Само категории',
'category_info' => '',
'category_in_use' => 'Тази категория се използва от документите',
'category_noname' => 'Въведете име на категорията',
'ca_ES' => '',
@ -265,6 +266,7 @@ $text = array(
'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '',
'document_count' => '',
'document_deleted' => 'Документът изтрит',
'document_deleted_email' => 'Документът изтрит',
'document_deleted_email_body' => '',

View File

@ -170,6 +170,7 @@ URL: [url]',
'category' => 'Category',
'category_exists' => '',
'category_filter' => '',
'category_info' => '',
'category_in_use' => '',
'category_noname' => '',
'ca_ES' => '',
@ -270,6 +271,7 @@ URL: [url]',
'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '',
'document_count' => '',
'document_deleted' => 'Document eliminat',
'document_deleted_email' => 'Document eliminat',
'document_deleted_email_body' => '',

View File

@ -187,6 +187,7 @@ URL: [url]',
'category' => 'Kategorie',
'category_exists' => 'Kategorie již existuje.',
'category_filter' => 'Pouze kategorie',
'category_info' => '',
'category_in_use' => 'Tato kategorie je používána v dokumentech.',
'category_noname' => 'Není zadán název kategorie.',
'ca_ES' => 'Katalánština',
@ -293,6 +294,7 @@ Nadřazená složka: [folder_path]
Uživatel: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Změna komentáře',
'document_count' => '',
'document_deleted' => 'Dokument odstraněn',
'document_deleted_email' => 'Dokument odstraněn',
'document_deleted_email_body' => 'Dokument odstraněn

View File

@ -19,7 +19,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
// Translators: Admin (2164), dgrutsch (21)
// Translators: Admin (2166), dgrutsch (21)
$text = array(
'accept' => 'Übernehmen',
@ -192,6 +192,7 @@ URL: [url]',
'category' => 'Kategorie',
'category_exists' => 'Kategorie existiert bereits.',
'category_filter' => 'Nur Kategorien',
'category_info' => 'Information',
'category_in_use' => 'Diese Kategorie wird zur Zeit von Dokumenten verwendet.',
'category_noname' => 'Kein Kategoriename eingetragen.',
'ca_ES' => 'Katalanisch',
@ -298,6 +299,7 @@ Elternordner: [folder_path]
Benutzer: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Kommentar geändert',
'document_count' => 'Anzahl der Dokumente',
'document_deleted' => 'Dokument gelöscht',
'document_deleted_email' => 'Dokument gelöscht',
'document_deleted_email_body' => 'Dokument gelöscht

View File

@ -19,7 +19,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
// Translators: Admin (1299), dgrutsch (7), netixw (14)
// Translators: Admin (1301), dgrutsch (7), netixw (14)
$text = array(
'accept' => 'Accept',
@ -192,6 +192,7 @@ URL: [url]',
'category' => 'Category',
'category_exists' => 'Category already exists.',
'category_filter' => 'Only categories',
'category_info' => 'Information',
'category_in_use' => 'This category is currently used by documents.',
'category_noname' => 'No category name given.',
'ca_ES' => 'Catalan',
@ -298,6 +299,7 @@ Parent folder: [folder_path]
User: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Comment changed',
'document_count' => 'Number of documents',
'document_deleted' => 'Document deleted',
'document_deleted_email' => 'Document deleted',
'document_deleted_email_body' => 'Document deleted

View File

@ -187,6 +187,7 @@ URL: [url]',
'category' => 'Categoría',
'category_exists' => 'La categoría ya existe.',
'category_filter' => 'Filtro categorías',
'category_info' => '',
'category_in_use' => 'Esta categoría está en uso por documentos.',
'category_noname' => 'No ha proporcionado un nombre de categoría.',
'ca_ES' => 'Catala',
@ -293,6 +294,7 @@ Carpeta principal: [folder_path]
Usuario: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Comentario modificado',
'document_count' => '',
'document_deleted' => 'Documento eliminado',
'document_deleted_email' => 'Documento eliminado',
'document_deleted_email_body' => 'Documento eliminado

View File

@ -187,6 +187,7 @@ URL: [url]',
'category' => 'Catégorie',
'category_exists' => 'Catégorie déjà existante.',
'category_filter' => 'Uniquement les catégories',
'category_info' => '',
'category_in_use' => 'Cette catégorie est en cours d\'utilisation par des documents.',
'category_noname' => 'Aucun nom de catégorie fourni.',
'ca_ES' => 'Catalan',
@ -293,6 +294,7 @@ Dossier parent: [folder_path]
Utilisateur: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Commentaire modifié',
'document_count' => '',
'document_deleted' => 'Document supprimé',
'document_deleted_email' => 'Document supprimé',
'document_deleted_email_body' => 'ocument supprimé

View File

@ -192,6 +192,7 @@ Internet poveznica: [url]',
'category' => 'Kategorija',
'category_exists' => 'Kategorija već postoji.',
'category_filter' => 'Samo kategorije',
'category_info' => '',
'category_in_use' => 'Ovu kategoriju trenutno koriste dokumenti.',
'category_noname' => 'Nije dan naziv kategoriji.',
'ca_ES' => 'Katalonski',
@ -298,6 +299,7 @@ Glavna mapa: [folder_path]
Korisnik: [username]
Internet poveznica: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Promijenjen komentar',
'document_count' => '',
'document_deleted' => 'Izbrisan dokument',
'document_deleted_email' => 'Izbrisan dokument',
'document_deleted_email_body' => 'Izbrisan dokument

View File

@ -187,6 +187,7 @@ URL: [url]',
'category' => 'Kategória',
'category_exists' => 'Kategória már létezik',
'category_filter' => 'Kizárólag kategóriák',
'category_info' => '',
'category_in_use' => 'Dokumentumok használják ezt a kategóriát',
'category_noname' => 'Nem adott meg kategória nevet.',
'ca_ES' => 'Katalán',
@ -293,6 +294,7 @@ Szülő mappa: [folder_path]
Felhasználó: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Megjegyzés módosult',
'document_count' => '',
'document_deleted' => 'Dokumentum törölve',
'document_deleted_email' => 'Dokumentum törölve',
'document_deleted_email_body' => 'Dokumentum törölve

View File

@ -193,6 +193,7 @@ URL: [url]',
'category' => 'Categoria',
'category_exists' => 'Categoria esistente.',
'category_filter' => 'Solo categorie',
'category_info' => '',
'category_in_use' => 'Questa categoria è attualmente in uso in alcuni documenti.',
'category_noname' => 'Non è stato attribuito un nome alla categoria.',
'ca_ES' => 'Catalano',
@ -299,6 +300,7 @@ Cartella: [folder_path]
Utente: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Commento modificato',
'document_count' => '',
'document_deleted' => 'Documento cancellato',
'document_deleted_email' => 'Documento cancellato',
'document_deleted_email_body' => 'Cancellazione documento

View File

@ -194,6 +194,7 @@ URL: [url]',
'category' => '카테고리',
'category_exists' => '카테고리가 이미 존재합니다.',
'category_filter' => '카테고리',
'category_info' => '',
'category_in_use' => '이 카테고리는 현재 문서에서 사용합니다.',
'category_noname' => '주어진 카테고리명이 없음.',
'ca_ES' => '카탈로니아어',
@ -300,6 +301,7 @@ URL: [url]',
사용자: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename] : [name] - 코멘트 변경',
'document_count' => '',
'document_deleted' => '삭제된 문서',
'document_deleted_email' => '삭제된 문서',
'document_deleted_email_body' => '삭제된 문서

View File

@ -185,6 +185,7 @@ URL: [url]',
'category' => 'Categorie',
'category_exists' => 'Categorie bestaat al.',
'category_filter' => 'Alleen categorieen',
'category_info' => '',
'category_in_use' => 'Categorie is in gebruikt door documenten.',
'category_noname' => 'Geen Categorienaam opgegeven.',
'ca_ES' => 'Catalaans',
@ -291,6 +292,7 @@ Bovenliggende map: [folder_path]
Gebruiker: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Commentaar gewijzigd',
'document_count' => '',
'document_deleted' => 'Document verwijderd',
'document_deleted_email' => 'Document verwijderd',
'document_deleted_email_body' => 'Document verwijderd

View File

@ -180,6 +180,7 @@ URL: [url]',
'category' => 'Kategoria',
'category_exists' => 'Kategoria już istnieje.',
'category_filter' => 'Tylko w kategoriach',
'category_info' => '',
'category_in_use' => 'Ta kategoria jest aktualnie używana przez dokumenty.',
'category_noname' => 'Nie podano nazwy kategorii.',
'ca_ES' => 'Kataloński',
@ -286,6 +287,7 @@ Folder macierzysty: [folder_path]
Użytkownik: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Zmiana komentarza',
'document_count' => '',
'document_deleted' => 'Dokument usunięty',
'document_deleted_email' => 'Dokument usunięty',
'document_deleted_email_body' => 'Document usunięto

View File

@ -187,6 +187,7 @@ URL: [url]',
'category' => 'Categoria',
'category_exists' => 'Categoria já existe.',
'category_filter' => 'Somente categorias',
'category_info' => '',
'category_in_use' => 'Esta categoria é usada atualmente por documentos.',
'category_noname' => 'Nenhum nome de categoria foi fornecido.',
'ca_ES' => 'Catalão',
@ -293,6 +294,7 @@ Pasta mãe: [folder_path]
Usuário: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Comentário modificado',
'document_count' => '',
'document_deleted' => 'Documento deletado',
'document_deleted_email' => 'Documento eliminado',
'document_deleted_email_body' => 'Documento eliminado

View File

@ -192,6 +192,7 @@ URL: [url]',
'category' => 'Categorie',
'category_exists' => 'Categorie deja existentă',
'category_filter' => 'Doar categoriile',
'category_info' => '',
'category_in_use' => 'Această categorie este momentan utilizată de documente.',
'category_noname' => 'Nu s-a furnizat nici un nume categorie',
'ca_ES' => 'Catalana',
@ -298,6 +299,7 @@ Folder parinte: [folder_path]
Utilizator: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Comentariu schimbat',
'document_count' => '',
'document_deleted' => 'Document șters',
'document_deleted_email' => 'Document șters',
'document_deleted_email_body' => 'Document șters

View File

@ -180,6 +180,7 @@ URL: [url]',
'category' => 'Категория',
'category_exists' => 'Категория существует',
'category_filter' => 'Только категории',
'category_info' => '',
'category_in_use' => 'Эта категория используется документами',
'category_noname' => 'Введите название категории',
'ca_ES' => 'Catalan',
@ -286,6 +287,7 @@ URL: [url]',
Пользователь: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: изменён комментарий к «[name]»',
'document_count' => '',
'document_deleted' => 'Документ удалён',
'document_deleted_email' => 'Документ удалён',
'document_deleted_email_body' => 'Удалён документ

View File

@ -19,7 +19,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
// Translators: Admin (492)
// Translators: Admin (492), destinqo (4)
$text = array(
'accept' => 'Prijať',
@ -31,7 +31,11 @@ $text = array(
'access_mode_read' => 'Na čítanie',
'access_mode_readwrite' => 'Na čítanie aj zápis',
'access_permission_changed_email' => 'Pristupové prava zmenene',
'access_permission_changed_email_body' => '',
'access_permission_changed_email_body' => 'Zmenené prístupové práva
Dokument: [name]
Nadradený adresár: [folder_path]
Užívateľ: [username]
URL: [url]',
'access_permission_changed_email_subject' => '',
'according_settings' => '',
'action' => 'Operácia',
@ -69,8 +73,8 @@ $text = array(
'add_workflow_state' => '',
'admin' => 'Správca',
'admin_tools' => 'Nástroje správcu',
'all' => '',
'all_categories' => '',
'all' => 'Všetko',
'all_categories' => 'Všetky kategórie',
'all_documents' => 'Všetky dokumenty',
'all_pages' => 'Všetky',
'all_users' => 'Všetci používatelia',
@ -165,6 +169,7 @@ $text = array(
'category' => '',
'category_exists' => '',
'category_filter' => '',
'category_info' => '',
'category_in_use' => '',
'category_noname' => '',
'ca_ES' => 'Katalánština',
@ -265,6 +270,7 @@ $text = array(
'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '',
'document_count' => '',
'document_deleted' => 'Dokument zmazaný',
'document_deleted_email' => 'Dokument zmazany',
'document_deleted_email_body' => '',
@ -486,7 +492,7 @@ $text = array(
'lock_message' => 'Tento dokument zamkol <a href="mailto:[email]">[username]</a>.<br>Iba oprávnení používatelia ho môžu odomknúť (pozri koniec stránky).',
'lock_status' => 'Stav',
'login' => '',
'login_disabled_text' => '',
'login_disabled_text' => 'Vaše konto bolo zakázané, pravdepodobne veľa pokusov o prihlásenie zlyhalo.',
'login_disabled_title' => '',
'login_error_text' => 'Chyba pri prihlasovaní. ID používateľa alebo heslo je nesprávne.',
'login_error_title' => 'Chyba pri prihlasovaní',

View File

@ -180,6 +180,7 @@ URL: [url]',
'category' => 'Kategori',
'category_exists' => 'Kategorin finns redan.',
'category_filter' => 'Bara kategorier',
'category_info' => '',
'category_in_use' => 'Denna kategori används av ett dokument.',
'category_noname' => 'Inget kategorinamn angivet',
'ca_ES' => 'katalonska',
@ -286,6 +287,7 @@ Kommentar: [new_comment]
Användare: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Kommentar ändrat',
'document_count' => '',
'document_deleted' => 'Dokumentet raderades',
'document_deleted_email' => 'Dokument har raderats',
'document_deleted_email_body' => 'Dokument har raderats

View File

@ -186,6 +186,7 @@ URL: [url]',
'category' => 'Kategori',
'category_exists' => 'Kategori zaten mevcut.',
'category_filter' => 'Sadece kategori',
'category_info' => '',
'category_in_use' => 'Bu kategoride dokümanlar mevcut.',
'category_noname' => 'Kategori ismi verilmedi.',
'ca_ES' => 'Katalanca',
@ -292,6 +293,7 @@ Açıklama: [new_comment]
Kullanıcı: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: [name] - Açıklama değişti',
'document_count' => '',
'document_deleted' => 'Doküman silindi',
'document_deleted_email' => 'Doküman silindi',
'document_deleted_email_body' => 'Doküman silindi

View File

@ -192,6 +192,7 @@ URL: [url]',
'category' => 'Категорія',
'category_exists' => 'Категорія існує',
'category_filter' => 'Лише категорії',
'category_info' => '',
'category_in_use' => 'Ця категорія використовується для документів',
'category_noname' => 'Введіть назву категорії',
'ca_ES' => 'Catalan',
@ -298,6 +299,7 @@ URL: [url]',
Користувач: [username]
URL: [url]',
'document_comment_changed_email_subject' => '[sitename]: змінено коментар «[name]»',
'document_count' => '',
'document_deleted' => 'Документ видалено',
'document_deleted_email' => 'Документ видалено',
'document_deleted_email_body' => 'Видалено докмент

View File

@ -169,6 +169,7 @@ URL: [url]',
'category' => '分类',
'category_exists' => '',
'category_filter' => '指定分类',
'category_info' => '',
'category_in_use' => '已有文件使用此分类',
'category_noname' => '',
'ca_ES' => '加泰罗尼亚语',
@ -271,6 +272,7 @@ URL: [url]',
'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '',
'document_count' => '',
'document_deleted' => '删除文档',
'document_deleted_email' => '文档已被删除',
'document_deleted_email_body' => '',

View File

@ -169,6 +169,7 @@ URL: [url]',
'category' => '分類',
'category_exists' => '',
'category_filter' => '指定分類',
'category_info' => '',
'category_in_use' => '已有檔使用此分類',
'category_noname' => '',
'ca_ES' => '加泰羅尼亞語',
@ -269,6 +270,7 @@ URL: [url]',
'document_comment_changed_email' => '',
'document_comment_changed_email_body' => '',
'document_comment_changed_email_subject' => '',
'document_count' => '',
'document_deleted' => '刪除文檔',
'document_deleted_email' => '文檔已被刪除',
'document_deleted_email_body' => '',