Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-25 04:08:36 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-25 04:08:36 +0400
commitf57d527a7ce10a0ed48e25d7e2432dae2ec9366a (patch)
treed16406306537e03f2fc147e7936004f7128b48d4 /apps
parentd84b1adf34817b4b261db35e51f72ac78adf8e27 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/admin_dependencies_chk/l10n/ru.php14
-rw-r--r--apps/admin_migrate/l10n/nl.php5
-rw-r--r--apps/admin_migrate/l10n/ru.php5
-rw-r--r--apps/bookmarks/l10n/nl.php11
-rw-r--r--apps/bookmarks/l10n/ru.php11
-rw-r--r--apps/bookmarks/l10n/zh_CN.php12
-rw-r--r--apps/calendar/l10n/nl.php42
-rw-r--r--apps/calendar/l10n/ru.php12
-rw-r--r--apps/contacts/l10n/ca.php5
-rw-r--r--apps/contacts/l10n/cs_CZ.php24
-rw-r--r--apps/contacts/l10n/de.php5
-rw-r--r--apps/contacts/l10n/el.php5
-rw-r--r--apps/contacts/l10n/fr.php7
-rw-r--r--apps/contacts/l10n/it.php5
-rw-r--r--apps/contacts/l10n/ja_JP.php25
-rw-r--r--apps/contacts/l10n/nl.php105
-rw-r--r--apps/contacts/l10n/ru.php12
-rw-r--r--apps/contacts/l10n/sl.php5
-rw-r--r--apps/contacts/l10n/sv.php5
-rw-r--r--apps/files/l10n/nl.php7
-rw-r--r--apps/files/l10n/pt_BR.php7
-rw-r--r--apps/files/l10n/ru.php18
-rw-r--r--apps/files/l10n/zh_CN.php1
-rw-r--r--apps/files_encryption/l10n/nl.php6
-rw-r--r--apps/files_encryption/l10n/ru.php6
-rw-r--r--apps/files_external/l10n/ru.php18
-rw-r--r--apps/files_sharing/l10n/nl.php6
-rw-r--r--apps/files_sharing/l10n/ru.php6
-rw-r--r--apps/files_versions/l10n/nl.php4
-rw-r--r--apps/files_versions/l10n/ru.php4
-rw-r--r--apps/gallery/l10n/nl.php13
-rw-r--r--apps/tasks/l10n/ru.php24
-rw-r--r--apps/user_ldap/l10n/ru.php26
-rw-r--r--apps/user_migrate/l10n/ru.php10
-rw-r--r--apps/user_openid/l10n/nl.php11
-rw-r--r--apps/user_openid/l10n/ru.php11
36 files changed, 457 insertions, 36 deletions
diff --git a/apps/admin_dependencies_chk/l10n/ru.php b/apps/admin_dependencies_chk/l10n/ru.php
new file mode 100644
index 00000000000..58e699cb482
--- /dev/null
+++ b/apps/admin_dependencies_chk/l10n/ru.php
@@ -0,0 +1,14 @@
+<?php $TRANSLATIONS = array(
+"The php-json module is needed by the many applications for inter communications" => "Модуль php-json необходим многим приложениям для внутренних связей",
+"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Модуль php-curl необходим для получения заголовка страницы при добавлении закладок",
+"The php-gd module is needed to create thumbnails of your images" => "Модуль php-gd необходим для создания уменьшенной копии для предпросмотра ваших картинок.",
+"The php-ldap module is needed connect to your ldap server" => "Модуль php-ldap необходим для соединения с вашим ldap сервером",
+"The php-zip module is needed download multiple files at once" => "Модуль php-zip необходим для загрузки нескольких файлов за раз",
+"The php-mb_multibyte module is needed to manage correctly the encoding." => "Модуль php-mb_multibyte необходим для корректного управления кодировками.",
+"The php-ctype module is needed validate data." => "Модуль php-ctype необходим для проверки данных.",
+"The php-xml module is needed to share files with webdav." => "Модуль php-xml необходим для открытия файлов через webdav.",
+"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Директива allow_url_fopen в файле php.ini должна быть установлена в 1 для получения базы знаний с серверов OCS",
+"The php-pdo module is needed to store owncloud data into a database." => "Модуль php-pdo необходим для хранения данных ownСloud в базе данных.",
+"Dependencies status" => "Статус зависимостей",
+"Used by :" => "Используется:"
+);
diff --git a/apps/admin_migrate/l10n/nl.php b/apps/admin_migrate/l10n/nl.php
new file mode 100644
index 00000000000..d1a7372c10d
--- /dev/null
+++ b/apps/admin_migrate/l10n/nl.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Export this ownCloud instance" => "Exporteer deze ownCloud instantie",
+"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dit maakt een gecomprimeerd bestand, met de inhoud van deze ownCloud instantie. Kies het export type:",
+"Export" => "Exporteer"
+);
diff --git a/apps/admin_migrate/l10n/ru.php b/apps/admin_migrate/l10n/ru.php
new file mode 100644
index 00000000000..c8626575804
--- /dev/null
+++ b/apps/admin_migrate/l10n/ru.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Export this ownCloud instance" => "Экспортировать этот экземпляр ownCloud",
+"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Будет создан сжатый файл, содержащий данные этого экземпляра owncloud.\n Выберите тип экспорта:",
+"Export" => "Экспорт"
+);
diff --git a/apps/bookmarks/l10n/nl.php b/apps/bookmarks/l10n/nl.php
new file mode 100644
index 00000000000..e5e0894b516
--- /dev/null
+++ b/apps/bookmarks/l10n/nl.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"Bookmarks" => "Bladwijzers",
+"unnamed" => "geen naam",
+"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Sleep dit naar uw browser bladwijzers en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:",
+"Read later" => "Lees later",
+"Address" => "Adres",
+"Title" => "Titel",
+"Tags" => "Tags",
+"Save bookmark" => "Bewaar bookmark",
+"You have no bookmarks" => "U heeft geen bookmarks"
+);
diff --git a/apps/bookmarks/l10n/ru.php b/apps/bookmarks/l10n/ru.php
new file mode 100644
index 00000000000..3abc089e3f5
--- /dev/null
+++ b/apps/bookmarks/l10n/ru.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"Bookmarks" => "Закладки",
+"unnamed" => "без имени",
+"Read later" => "Прочитать позже",
+"Address" => "Адрес",
+"Title" => "Заголовок",
+"Tags" => "Метки",
+"Save bookmark" => "Сохранить закладки",
+"You have no bookmarks" => "У вас нет закладок",
+"Bookmarklet <br />" => "Букмарклет <br />"
+);
diff --git a/apps/bookmarks/l10n/zh_CN.php b/apps/bookmarks/l10n/zh_CN.php
new file mode 100644
index 00000000000..0510738c979
--- /dev/null
+++ b/apps/bookmarks/l10n/zh_CN.php
@@ -0,0 +1,12 @@
+<?php $TRANSLATIONS = array(
+"Bookmarks" => "书签",
+"unnamed" => "未命名",
+"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。",
+"Read later" => "稍后阅读",
+"Address" => "地址",
+"Title" => "标题",
+"Tags" => "标签",
+"Save bookmark" => "保存书签",
+"You have no bookmarks" => "您暂无书签",
+"Bookmarklet <br />" => "书签应用"
+);
diff --git a/apps/calendar/l10n/nl.php b/apps/calendar/l10n/nl.php
index 834c0ad9054..bc0954abe29 100644
--- a/apps/calendar/l10n/nl.php
+++ b/apps/calendar/l10n/nl.php
@@ -1,7 +1,13 @@
<?php $TRANSLATIONS = array(
+"Not all calendars are completely cached" => "Niet alle agenda's zijn volledig gecached",
+"Everything seems to be completely cached" => "Alles lijkt volledig gecached te zijn",
"No calendars found." => "Geen kalenders gevonden.",
"No events found." => "Geen gebeurtenissen gevonden.",
"Wrong calendar" => "Verkeerde kalender",
+"The file contained either no events or all events are already saved in your calendar." => "Het bestand bevat geen gebeurtenissen of alle gebeurtenissen worden al in uw agenda bewaard.",
+"events has been saved in the new calendar" => "De gebeurtenissen worden in de nieuwe agenda bewaard",
+"Import failed" => "import is gefaald",
+"events has been saved in your calendar" => "de gebeurtenissen zijn in uw agenda opgeslagen ",
"New Timezone:" => "Nieuwe tijdszone:",
"Timezone changed" => "Tijdzone is veranderd",
"Invalid request" => "Ongeldige aanvraag",
@@ -27,6 +33,7 @@
"Projects" => "Projecten",
"Questions" => "Vragen",
"Work" => "Werk",
+"by" => "door",
"unnamed" => "onbekend",
"New Calendar" => "Nieuwe Kalender",
"Does not repeat" => "Wordt niet herhaald",
@@ -73,6 +80,25 @@
"by day and month" => "per dag en maand",
"Date" => "Datum",
"Cal." => "Cal.",
+"Sun." => "Zon.",
+"Mon." => "Maa.",
+"Tue." => "Din.",
+"Wed." => "Woe.",
+"Thu." => "Don.",
+"Fri." => "Vrij.",
+"Sat." => "Zat.",
+"Jan." => "Jan.",
+"Feb." => "Feb.",
+"Mar." => "Maa.",
+"Apr." => "Apr.",
+"May." => "Mei.",
+"Jun." => "Jun.",
+"Jul." => "Jul.",
+"Aug." => "Aug.",
+"Sep." => "Sep.",
+"Oct." => "Okt.",
+"Nov." => "Nov.",
+"Dec." => "Dec.",
"All day" => "Hele dag",
"Missing fields" => "missende velden",
"Title" => "Titel",
@@ -86,6 +112,7 @@
"Month" => "Maand",
"List" => "Lijst",
"Today" => "Vandaag",
+"Settings" => "Instellingen",
"Your calendars" => "Je kalenders",
"CalDav Link" => "CalDav Link",
"Shared calendars" => "Gedeelde kalenders",
@@ -136,7 +163,10 @@
"occurrences" => "gebeurtenissen",
"create a new calendar" => "Maak een nieuw agenda",
"Import a calendar file" => "Importeer een agenda bestand",
+"Please choose a calendar" => "Kies een agenda",
"Name of new calendar" => "Naam van de nieuwe agenda",
+"Take an available name!" => "Kies een beschikbare naam!",
+"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Een agenda met deze naam bestaat al. Als u doorgaat, worden deze agenda's samengevoegd",
"Import" => "Importeer",
"Close Dialog" => "Sluit venster",
"Create a new event" => "Maak een nieuwe afspraak",
@@ -144,9 +174,21 @@
"No categories selected" => "Geen categorieën geselecteerd",
"of" => "van",
"at" => "op",
+"General" => "Algemeen",
"Timezone" => "Tijdzone",
+"Update timezone automatically" => "Werk de tijdzone automatisch bij",
+"Time format" => "Tijd formaat",
"24h" => "24uur",
"12h" => "12uur",
+"Start week on" => "Begin de week op",
+"Cache" => "Cache",
+"Clear cache for repeating events" => "Leeg cache voor repeterende gebeurtenissen",
+"URLs" => "URLs",
+"Calendar CalDAV syncing addresses" => "Agenda CalDAV synchronisatie adres",
+"more info" => "meer informatie",
+"Primary address (Kontact et al)" => "Primary adres (voor Kontact en dergelijke)",
+"iOS/OS X" => "iOS/OS X",
+"Read only iCalendar link(s)" => "Alleen lezen iCalendar link(en)",
"Users" => "Gebruikers",
"select users" => "kies gebruikers",
"Editable" => "Te wijzigen",
diff --git a/apps/calendar/l10n/ru.php b/apps/calendar/l10n/ru.php
index 612a1e2ae2b..7535a2868bc 100644
--- a/apps/calendar/l10n/ru.php
+++ b/apps/calendar/l10n/ru.php
@@ -22,7 +22,7 @@
"Business" => "Бизнес",
"Call" => "Звонить",
"Clients" => "Клиенты",
-"Deliverer" => "Доставщик",
+"Deliverer" => "Посыльный",
"Holidays" => "Праздники",
"Ideas" => "Идеи",
"Journey" => "Поездка",
@@ -115,13 +115,13 @@
"Settings" => "Параметры",
"Your calendars" => "Ваши календари",
"CalDav Link" => "Ссылка для CalDav",
-"Shared calendars" => "Общие календари",
-"No shared calendars" => "Нет общих календарей",
-"Share Calendar" => "Сделать календарь общим",
+"Shared calendars" => "Опубликованные",
+"No shared calendars" => "Нет опубликованных календарей",
+"Share Calendar" => "Опубликовать",
"Download" => "Скачать",
"Edit" => "Редактировать",
"Delete" => "Удалить",
-"shared with you by" => "с вами поделился",
+"shared with you by" => "опубликовал для вас",
"New calendar" => "Новый календарь",
"Edit calendar" => "Редактировать календарь",
"Displayname" => "Отображаемое имя",
@@ -136,7 +136,7 @@
"Repeating" => "Повторение",
"Alarm" => "Сигнал",
"Attendees" => "Участники",
-"Share" => "Поделиться",
+"Share" => "Опубликовать",
"Title of the Event" => "Название событие",
"Category" => "Категория",
"Separate categories with commas" => "Разделяйте категории запятыми",
diff --git a/apps/contacts/l10n/ca.php b/apps/contacts/l10n/ca.php
index 2004d416b34..5a8b0e018c6 100644
--- a/apps/contacts/l10n/ca.php
+++ b/apps/contacts/l10n/ca.php
@@ -52,6 +52,9 @@
"Not implemented" => "No implementada",
"Couldn't get a valid address." => "No s'ha pogut obtenir una adreça vàlida.",
"Error" => "Error",
+"You do not have permission to add contacts to " => "No teniu permisos per afegir contactes a ",
+"Please select one of your own address books." => "Seleccioneu una de les vostres llibretes d'adreces",
+"Permission error" => "Error de permisos",
"This property has to be non-empty." => "Aquesta propietat no pot ser buida.",
"Couldn't serialize elements." => "No s'han pogut serialitzar els elements.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' s'ha cridat sense argument de tipus. Informeu-ne a bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Preguntes",
"{name}'s Birthday" => "Aniversari de {name}",
"Contact" => "Contacte",
+"You do not have the permissions to edit this contact." => "No teniu permisos per editar aquest contacte",
+"You do not have the permissions to delete this contact." => "No teniu permisos per esborrar aquest contacte",
"Add Contact" => "Afegeix un contacte",
"Import" => "Importa",
"Settings" => "Configuració",
diff --git a/apps/contacts/l10n/cs_CZ.php b/apps/contacts/l10n/cs_CZ.php
index 966743a13f6..cae9ae0c40c 100644
--- a/apps/contacts/l10n/cs_CZ.php
+++ b/apps/contacts/l10n/cs_CZ.php
@@ -14,6 +14,8 @@
"Cannot add empty property." => "Nelze přidat prazdný údaj.",
"At least one of the address fields has to be filled out." => "Musí být uveden nejméně jeden z adresních údajů",
"Trying to add duplicate property: " => "Pokoušíte se přidat duplicitní atribut: ",
+"Missing IM parameter." => "Chybějící parametr IM",
+"Unknown IM: " => "Neznámý IM:",
"Information about vCard is incorrect. Please reload the page." => "Informace o vCard je nesprávná. Obnovte stránku, prosím.",
"Missing ID" => "Chybí ID",
"Error parsing VCard for ID: \"" => "Chyba při parsování VCard pro ID: \"",
@@ -50,6 +52,9 @@
"Not implemented" => "Neimplementováno",
"Couldn't get a valid address." => "Nelze získat platnou adresu.",
"Error" => "Chyba",
+"You do not have permission to add contacts to " => "Nemáte práva přidat kontakt do",
+"Please select one of your own address books." => "Prosím vyberte jeden z vašich adresářů",
+"Permission error" => "Chyba přístupových práv",
"This property has to be non-empty." => "Tento parametr nemuže zůstat nevyplněn.",
"Couldn't serialize elements." => "Prvky nelze převést..",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' voláno bez argumentu. Prosím oznamte chybu na bugs.owncloud.org",
@@ -59,6 +64,7 @@
"Error loading profile picture." => "Chyba při otevírání obrázku profilu",
"Select type" => "Vybrat typ",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Některé kontakty jsou označeny ke smazání. Počkete prosím na dokončení operace.",
+"Do you want to merge these address books?" => "Chcete spojit tyto adresáře?",
"Result: " => "Výsledek: ",
" imported, " => "importováno v pořádku,",
" failed." => "neimportováno.",
@@ -66,6 +72,18 @@
"Addressbook not found: " => "Adresář nenalezen:",
"This is not your addressbook." => "Toto není Váš adresář.",
"Contact could not be found." => "Kontakt nebyl nalezen.",
+"Jabber" => "Jabber",
+"AIM" => "AIM",
+"MSN" => "MSN",
+"Twitter" => "Twitter",
+"GoogleTalk" => "GoogleTalk",
+"Facebook" => "Facebook",
+"XMPP" => "XMPP",
+"ICQ" => "ICQ",
+"Yahoo" => "Yahoo",
+"Skype" => "Skype",
+"QQ" => "QQ",
+"GaduGadu" => "GaduGadu",
"Work" => "Pracovní",
"Home" => "Domácí",
"Other" => "Ostatní",
@@ -92,6 +110,8 @@
"Questions" => "Dotazy",
"{name}'s Birthday" => "Narozeniny {name}",
"Contact" => "Kontakt",
+"You do not have the permissions to edit this contact." => "Nemáte práva editovat tento kontakt",
+"You do not have the permissions to delete this contact." => "Nemáte práva smazat tento kontakt",
"Add Contact" => "Přidat kontakt",
"Import" => "Import",
"Settings" => "Nastavení",
@@ -134,12 +154,15 @@
"Delete email address" => "Smazat e-mail",
"Enter phone number" => "Zadat telefoní číslo",
"Delete phone number" => "Smazat telefoní číslo",
+"Instant Messenger" => "Instant Messenger",
+"Delete IM" => "Smazat IM",
"View on map" => "Zobrazit na mapě",
"Edit address details" => "Upravit podrobnosti adresy",
"Add notes here." => "Zde můžete připsat poznámky.",
"Add field" => "Přidat políčko",
"Phone" => "Telefon",
"Email" => "Email",
+"Instant Messaging" => "Instant Messaging",
"Address" => "Adresa",
"Note" => "Poznámka",
"Download contact" => "Stáhnout kontakt",
@@ -194,6 +217,7 @@
"iOS/OS X" => "iOS/OS X",
"Show CardDav link" => "Zobrazit odklaz CardDAV:",
"Show read-only VCF link" => "Zobrazit odkaz VCF pouze pro čtení",
+"Share" => "Sdílet",
"Download" => "Stažení",
"Edit" => "Editovat",
"New Address Book" => "Nový adresář",
diff --git a/apps/contacts/l10n/de.php b/apps/contacts/l10n/de.php
index ca65d26cec1..c2e8884fc25 100644
--- a/apps/contacts/l10n/de.php
+++ b/apps/contacts/l10n/de.php
@@ -52,6 +52,9 @@
"Not implemented" => "Nicht verfügbar",
"Couldn't get a valid address." => "Konnte keine gültige Adresse abrufen.",
"Error" => "Fehler",
+"You do not have permission to add contacts to " => "Sie besitzen nicht die erforderlichen Rechte, um Kontakte hinzuzufügen",
+"Please select one of your own address books." => "Bitte wählen Sie eines Ihrer Adressbücher aus.",
+"Permission error" => "Berechtigungsfehler",
"This property has to be non-empty." => "Dieses Feld darf nicht leer sein.",
"Couldn't serialize elements." => "Konnte Elemente nicht serialisieren",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' wurde ohne Argumente aufgerufen. Bitte melden Sie dies auf bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Fragen",
"{name}'s Birthday" => "Geburtstag von {name}",
"Contact" => "Kontakt",
+"You do not have the permissions to edit this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakt zu bearbeiten.",
+"You do not have the permissions to delete this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakte zu löschen.",
"Add Contact" => "Kontakt hinzufügen",
"Import" => "Importieren",
"Settings" => "Einstellungen",
diff --git a/apps/contacts/l10n/el.php b/apps/contacts/l10n/el.php
index 638085f5156..a50dd81e5d3 100644
--- a/apps/contacts/l10n/el.php
+++ b/apps/contacts/l10n/el.php
@@ -52,6 +52,9 @@
"Not implemented" => "Δεν έχει υλοποιηθεί",
"Couldn't get a valid address." => "Αδυναμία λήψης έγκυρης διεύθυνσης",
"Error" => "Σφάλμα",
+"You do not have permission to add contacts to " => "Δεν έχετε επαρκή δικαιώματα για προσθέσετε επαφές στο ",
+"Please select one of your own address books." => "Παρακαλούμε επιλέξτε ένα από τα δικάς σας βιβλία διευθύνσεων.",
+"Permission error" => "Σφάλμα δικαιωμάτων",
"This property has to be non-empty." => "Το πεδίο δεν πρέπει να είναι άδειο.",
"Couldn't serialize elements." => "Αδύνατο να μπουν σε σειρά τα στοιχεία",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "το 'deleteProperty' καλέστηκε χωρίς without type argument. Παρακαλώ αναφέρατε στο bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Ερωτήσεις",
"{name}'s Birthday" => "{name} έχει Γενέθλια",
"Contact" => "Επαφή",
+"You do not have the permissions to edit this contact." => "Δεν διαθέτε επαρκή δικαιώματα για την επεξεργασία αυτής της επαφής.",
+"You do not have the permissions to delete this contact." => "Δεν διαθέτε επαρκή δικαιώματα για την διαγραφή αυτής της επαφής.",
"Add Contact" => "Προσθήκη επαφής",
"Import" => "Εισαγωγή",
"Settings" => "Ρυθμίσεις",
diff --git a/apps/contacts/l10n/fr.php b/apps/contacts/l10n/fr.php
index 613871706d3..787843f0f2d 100644
--- a/apps/contacts/l10n/fr.php
+++ b/apps/contacts/l10n/fr.php
@@ -52,6 +52,9 @@
"Not implemented" => "Pas encore implémenté",
"Couldn't get a valid address." => "Impossible de trouver une adresse valide.",
"Error" => "Erreur",
+"You do not have permission to add contacts to " => "Vous n'avez pas l'autorisation d'ajouter des contacts à",
+"Please select one of your own address books." => "Veuillez sélectionner l'un de vos carnets d'adresses.",
+"Permission error" => "Erreur de permission",
"This property has to be non-empty." => "Cette valeur ne doit pas être vide",
"Couldn't serialize elements." => "Impossible de sérialiser les éléments.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' a été appelé sans type d'arguments. Merci de rapporter un bug à bugs.owncloud.org",
@@ -82,7 +85,7 @@
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
"Work" => "Travail",
-"Home" => "Maison",
+"Home" => "Domicile",
"Other" => "Autre",
"Mobile" => "Mobile",
"Text" => "Texte",
@@ -107,6 +110,8 @@
"Questions" => "Questions",
"{name}'s Birthday" => "Anniversaire de {name}",
"Contact" => "Contact",
+"You do not have the permissions to edit this contact." => "Vous n'avez pas l'autorisation de modifier ce contact.",
+"You do not have the permissions to delete this contact." => "Vous n'avez pas l'autorisation de supprimer ce contact.",
"Add Contact" => "Ajouter un Contact",
"Import" => "Importer",
"Settings" => "Paramètres",
diff --git a/apps/contacts/l10n/it.php b/apps/contacts/l10n/it.php
index 99a793d74e4..1f0e2e39554 100644
--- a/apps/contacts/l10n/it.php
+++ b/apps/contacts/l10n/it.php
@@ -52,6 +52,9 @@
"Not implemented" => "Non implementata",
"Couldn't get a valid address." => "Impossibile ottenere un indirizzo valido.",
"Error" => "Errore",
+"You do not have permission to add contacts to " => "Non hai i permessi per aggiungere contatti a",
+"Please select one of your own address books." => "Seleziona una delle tue rubriche.",
+"Permission error" => "Errore relativo ai permessi",
"This property has to be non-empty." => "Questa proprietà non può essere vuota.",
"Couldn't serialize elements." => "Impossibile serializzare gli elementi.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' invocata senza l'argomento di tipo. Segnalalo a bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Domande",
"{name}'s Birthday" => "Data di nascita di {name}",
"Contact" => "Contatto",
+"You do not have the permissions to edit this contact." => "Non hai i permessi per modificare questo contatto.",
+"You do not have the permissions to delete this contact." => "Non hai i permessi per eliminare questo contatto.",
"Add Contact" => "Aggiungi contatto",
"Import" => "Importa",
"Settings" => "Impostazioni",
diff --git a/apps/contacts/l10n/ja_JP.php b/apps/contacts/l10n/ja_JP.php
index 8a6cce37cc6..9b5874d4597 100644
--- a/apps/contacts/l10n/ja_JP.php
+++ b/apps/contacts/l10n/ja_JP.php
@@ -26,13 +26,13 @@
"Error reading contact photo." => "連絡先写真の読み込みエラー。",
"Error saving temporary file." => "一時ファイルの保存エラー。",
"The loading photo is not valid." => "写真の読み込みは無効です。",
-"Contact ID is missing." => "コンタクトIDが見つかりません。",
+"Contact ID is missing." => "連絡先 IDが見つかりません。",
"No photo path was submitted." => "写真のパスが登録されていません。",
"File doesn't exist:" => "ファイルが存在しません:",
"Error loading image." => "画像の読み込みエラー。",
-"Error getting contact object." => "コンタクトオブジェクトの取得エラー。",
+"Error getting contact object." => "連絡先オブジェクトの取得エラー。",
"Error getting PHOTO property." => "写真属性の取得エラー。",
-"Error saving contact." => "コンタクトの保存エラー。",
+"Error saving contact." => "連絡先の保存エラー。",
"Error resizing image" => "画像のリサイズエラー",
"Error cropping image" => "画像の切り抜きエラー",
"Error creating temporary image" => "一時画像の生成エラー",
@@ -52,6 +52,9 @@
"Not implemented" => "未実装",
"Couldn't get a valid address." => "有効なアドレスを取得できませんでした。",
"Error" => "エラー",
+"You do not have permission to add contacts to " => "連絡先を追加する権限がありません",
+"Please select one of your own address books." => "アドレス帳を一つ選択してください",
+"Permission error" => "権限エラー",
"This property has to be non-empty." => "この属性は空にできません。",
"Couldn't serialize elements." => "要素をシリアライズできませんでした。",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' は型の引数無しで呼び出されました。bugs.owncloud.org へ報告してください。",
@@ -60,7 +63,7 @@
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、このサーバの最大ファイルアップロードサイズを超えています。",
"Error loading profile picture." => "プロファイルの画像の読み込みエラー",
"Select type" => "タイプを選択",
-"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかのコンタクトが削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。",
+"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかの連絡先が削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。",
"Do you want to merge these address books?" => "これらのアドレス帳をマージしてもよろしいですか?",
"Result: " => "結果: ",
" imported, " => " をインポート、 ",
@@ -107,6 +110,8 @@
"Questions" => "質問",
"{name}'s Birthday" => "{name}の誕生日",
"Contact" => "連絡先",
+"You do not have the permissions to edit this contact." => "この連絡先を編集する権限がありません",
+"You do not have the permissions to delete this contact." => "この連絡先を削除する権限がありません",
"Add Contact" => "連絡先の追加",
"Import" => "インポート",
"Settings" => "設定",
@@ -114,16 +119,16 @@
"Close" => "閉じる",
"Keyboard shortcuts" => "キーボードショートカット",
"Navigation" => "ナビゲーション",
-"Next contact in list" => "リスト内の次のコンタクト",
-"Previous contact in list" => "リスト内の前のコンタクト",
+"Next contact in list" => "リスト内の次の連絡先",
+"Previous contact in list" => "リスト内の前の連絡先",
"Expand/collapse current addressbook" => "現在のアドレス帳を展開する/折りたたむ",
"Next addressbook" => "次のアドレス帳",
"Previous addressbook" => "前のアドレス帳",
"Actions" => "アクション",
"Refresh contacts list" => "連絡先リストを再読込する",
-"Add new contact" => "新しいコンタクトを追加",
+"Add new contact" => "新しい連絡先を追加",
"Add new addressbook" => "新しいアドレス帳を追加",
-"Delete current contact" => "現在のコンタクトを削除",
+"Delete current contact" => "現在の連絡先を削除",
"Drop photo to upload" => "写真をドロップしてアップロード",
"Delete current photo" => "現在の写真を削除",
"Edit current photo" => "現在の写真を編集",
@@ -196,11 +201,11 @@
"Esq." => "Esq.",
"Jr." => "Jr.",
"Sn." => "Sn.",
-"Import a contacts file" => "コンタクトファイルをインポート",
+"Import a contacts file" => "連絡先ファイルをインポート",
"Please choose the addressbook" => "アドレス帳を選択してください",
"create a new addressbook" => "新しいアドレス帳を作成",
"Name of new addressbook" => "新しいアドレスブックの名前",
-"Importing contacts" => "コンタクトをインポート",
+"Importing contacts" => "連絡先をインポート",
"You have no contacts in your addressbook." => "アドレス帳に連絡先が登録されていません。",
"Add contact" => "連絡先を追加",
"Select Address Books" => "アドレス帳を選択してください",
diff --git a/apps/contacts/l10n/nl.php b/apps/contacts/l10n/nl.php
index ff499e92493..7c85dd7ce93 100644
--- a/apps/contacts/l10n/nl.php
+++ b/apps/contacts/l10n/nl.php
@@ -10,9 +10,12 @@
"No contacts found." => "Geen contracten gevonden",
"There was an error adding the contact." => "Er was een fout bij het toevoegen van het contact.",
"element name is not set." => "onderdeel naam is niet opgegeven.",
+"Could not parse contact: " => "Kon het contact niet verwerken",
"Cannot add empty property." => "Kan geen lege eigenschap toevoegen.",
"At least one of the address fields has to be filled out." => "Minstens één van de adresvelden moet ingevuld worden.",
"Trying to add duplicate property: " => "Eigenschap bestaat al: ",
+"Missing IM parameter." => "IM parameter ontbreekt",
+"Unknown IM: " => "Onbekende IM:",
"Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.",
"Missing ID" => "Ontbrekend ID",
"Error parsing VCard for ID: \"" => "Fout bij inlezen VCard voor ID: \"",
@@ -27,6 +30,13 @@
"No photo path was submitted." => "Geen fotopad opgestuurd.",
"File doesn't exist:" => "Bestand bestaat niet:",
"Error loading image." => "Fout bij laden plaatje.",
+"Error getting contact object." => "Fout om contact object te verkrijgen",
+"Error getting PHOTO property." => "Fout om PHOTO eigenschap te verkrijgen",
+"Error saving contact." => "Fout om contact op te slaan",
+"Error resizing image" => "Fout tijdens aanpassen plaatje",
+"Error cropping image" => "Fout tijdens aanpassen plaatje",
+"Error creating temporary image" => "Fout om een tijdelijk plaatje te maken",
+"Error finding image: " => "Fout kan plaatje niet vinden:",
"Error uploading contacts to storage." => "Fout bij opslaan van contacten.",
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
@@ -34,11 +44,49 @@
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
"No file was uploaded" => "Er is geen bestand geüpload",
"Missing a temporary folder" => "Er ontbreekt een tijdelijke map",
+"Couldn't save temporary image: " => "Kan tijdelijk plaatje niet op slaan:",
+"Couldn't load temporary image: " => "Kan tijdelijk plaatje niet op laden:",
+"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout",
"Contacts" => "Contacten",
+"Sorry, this functionality has not been implemented yet" => "Sorry, deze functionaliteit is nog niet geïmplementeerd",
+"Not implemented" => "Niet geïmplementeerd",
+"Couldn't get a valid address." => "Kan geen geldig adres krijgen",
+"Error" => "Fout",
+"You do not have permission to add contacts to " => "U hebt geen permissie om contacten toe te voegen aan",
+"Please select one of your own address books." => "Selecteer één van uw eigen adresboeken",
+"Permission error" => "Permissie fout",
+"This property has to be non-empty." => "Dit veld mag niet leeg blijven",
+"Couldn't serialize elements." => "Kan de elementen niet serializen",
+"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' aangeroepen zonder type argument. Rapporteer dit a.u.b. via http://bugs.owncloud.org",
+"Edit name" => "Pas naam aan",
+"No files selected for upload." => "Geen bestanden geselecteerd voor upload.",
+"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Het bestand dat u probeert te uploaden overschrijdt de maximale bestand grootte voor bestand uploads voor deze server.",
+"Error loading profile picture." => "Fout profiel plaatje kan niet worden geladen.",
+"Select type" => "Selecteer type",
+"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Enkele contacten zijn gemarkeerd om verwijderd te worden, maar zijn nog niet verwijderd. Wacht totdat ze zijn verwijderd.",
+"Do you want to merge these address books?" => "Wilt u deze adresboeken samenvoegen?",
+"Result: " => "Resultaat:",
+" imported, " => "geïmporteerd,",
+" failed." => "gefaald.",
+"Displayname cannot be empty." => "Displaynaam mag niet leeg zijn.",
+"Addressbook not found: " => "Adresboek niet gevonden:",
"This is not your addressbook." => "Dit is niet uw adresboek.",
"Contact could not be found." => "Contact kon niet worden gevonden.",
+"Jabber" => "Jabber",
+"AIM" => "AIM",
+"MSN" => "MSN",
+"Twitter" => "Twitter",
+"GoogleTalk" => "GoogleTalk",
+"Facebook" => "Facebook",
+"XMPP" => "XMPP",
+"ICQ" => "ICQ",
+"Yahoo" => "Yahoo",
+"Skype" => "Skype",
+"QQ" => "QQ",
+"GaduGadu" => "GaduGadu",
"Work" => "Werk",
"Home" => "Thuis",
+"Other" => "Anders",
"Mobile" => "Mobiel",
"Text" => "Tekst",
"Voice" => "Stem",
@@ -48,11 +96,39 @@
"Pager" => "Pieper",
"Internet" => "Internet",
"Birthday" => "Verjaardag",
+"Business" => "Business",
+"Call" => "Bel",
+"Clients" => "Klanten",
+"Deliverer" => "Leverancier",
+"Holidays" => "Vakanties",
+"Ideas" => "Ideeën",
+"Journey" => "Reis",
+"Jubilee" => "Jubileum",
+"Meeting" => "Vergadering",
+"Personal" => "Persoonlijk",
+"Projects" => "Projecten",
+"Questions" => "Vragen",
"{name}'s Birthday" => "{name}'s verjaardag",
"Contact" => "Contact",
+"You do not have the permissions to edit this contact." => "U heeft geen permissie om dit contact te bewerken.",
+"You do not have the permissions to delete this contact." => "U heeft geen permissie om dit contact te verwijderen.",
"Add Contact" => "Contact toevoegen",
"Import" => "Importeer",
+"Settings" => "Instellingen",
"Addressbooks" => "Adresboeken",
+"Close" => "Sluiten",
+"Keyboard shortcuts" => "Sneltoetsen",
+"Navigation" => "Navigatie",
+"Next contact in list" => "Volgende contact in de lijst",
+"Previous contact in list" => "Vorige contact in de lijst",
+"Expand/collapse current addressbook" => "Uitklappen / inklappen huidig adresboek",
+"Next addressbook" => "Volgende adresboek",
+"Previous addressbook" => "Vorige adresboek",
+"Actions" => "Acties",
+"Refresh contacts list" => "Vernieuw contact lijst",
+"Add new contact" => "Voeg nieuw contact toe",
+"Add new addressbook" => "Voeg nieuw adresboek toe",
+"Delete current contact" => "Verwijder huidig contact",
"Drop photo to upload" => "Verwijder foto uit upload",
"Delete current photo" => "Verwijdere huidige foto",
"Edit current photo" => "Wijzig huidige foto",
@@ -64,6 +140,9 @@
"Delete" => "Verwijderen",
"Nickname" => "Roepnaam",
"Enter nickname" => "Voer roepnaam in",
+"Web site" => "Website",
+"http://www.somesite.com" => "http://www.willekeurigesite.com",
+"Go to web site" => "Ga naar website",
"dd-mm-yyyy" => "dd-mm-yyyy",
"Groups" => "Groepen",
"Separate groups with commas" => "Gebruik komma bij meerder groepen",
@@ -75,26 +154,41 @@
"Delete email address" => "Verwijder email adres",
"Enter phone number" => "Voer telefoonnummer in",
"Delete phone number" => "Verwijdere telefoonnummer",
+"Instant Messenger" => "Instant Messenger",
+"Delete IM" => "Verwijder IM",
"View on map" => "Bekijk op een kaart",
"Edit address details" => "Wijzig adres gegevens",
"Add notes here." => "Voeg notitie toe",
"Add field" => "Voeg veld toe",
"Phone" => "Telefoon",
"Email" => "E-mail",
+"Instant Messaging" => "Instant Messaging",
"Address" => "Adres",
"Note" => "Notitie",
"Download contact" => "Download contact",
"Delete contact" => "Verwijder contact",
+"The temporary image has been removed from cache." => "Het tijdelijke plaatje is uit de cache verwijderd.",
"Edit address" => "Wijzig adres",
"Type" => "Type",
"PO Box" => "Postbus",
+"Street address" => "Adres",
+"Street and number" => "Straat en nummer",
"Extended" => "Uitgebreide",
+"Apartment number etc." => "Apartement nummer",
"City" => "Stad",
"Region" => "Regio",
+"E.g. state or province" => "Provincie",
"Zipcode" => "Postcode",
+"Postal code" => "Postcode",
"Country" => "Land",
"Addressbook" => "Adresboek",
"Hon. prefixes" => "Hon. prefixes",
+"Miss" => "Mw",
+"Ms" => "Mw",
+"Mr" => "M",
+"Sir" => "M",
+"Mrs" => "Mw",
+"Dr" => "M",
"Given name" => "Voornaam",
"Additional names" => "Extra namen",
"Family name" => "Achternaam",
@@ -105,13 +199,22 @@
"Importing contacts" => "Importeren van contacten",
"You have no contacts in your addressbook." => "Je hebt geen contacten in je adresboek",
"Add contact" => "Contactpersoon toevoegen",
+"Select Address Books" => "Selecteer adresboeken",
+"Enter name" => "Naam",
+"Enter description" => "Beschrijving",
"CardDAV syncing addresses" => "CardDAV synchroniseert de adressen",
"more info" => "meer informatie",
"Primary address (Kontact et al)" => "Standaardadres",
"iOS/OS X" => "IOS/OS X",
+"Show CardDav link" => "Laat CardDav link zien",
+"Show read-only VCF link" => "Laat alleen lezen VCF link zien",
+"Share" => "Deel",
"Download" => "Download",
"Edit" => "Bewerken",
"New Address Book" => "Nieuw Adresboek",
+"Name" => "Naam",
+"Description" => "Beschrijving",
"Save" => "Opslaan",
-"Cancel" => "Anuleren"
+"Cancel" => "Anuleren",
+"More..." => "Meer..."
);
diff --git a/apps/contacts/l10n/ru.php b/apps/contacts/l10n/ru.php
index 010c4507f4e..eaeb385d3b0 100644
--- a/apps/contacts/l10n/ru.php
+++ b/apps/contacts/l10n/ru.php
@@ -14,6 +14,7 @@
"Cannot add empty property." => "Невозможно добавить пустой параметр.",
"At least one of the address fields has to be filled out." => "Как минимум одно поле адреса должно быть заполнено.",
"Trying to add duplicate property: " => "При попытке добавить дубликат:",
+"Missing IM parameter." => "Отсутствует параметр IM.",
"Unknown IM: " => "Неизвестный IM:",
"Information about vCard is incorrect. Please reload the page." => "Информация о vCard некорректна. Пожалуйста, обновите страницу.",
"Missing ID" => "Отсутствует ID",
@@ -51,6 +52,9 @@
"Not implemented" => "Не реализовано",
"Couldn't get a valid address." => "Не удалось получить адрес.",
"Error" => "Ошибка",
+"You do not have permission to add contacts to " => "У вас нет разрешений добавлять контакты в",
+"Please select one of your own address books." => "Выберите одну из ваших собственных адресных книг.",
+"Permission error" => "Ошибка доступа",
"This property has to be non-empty." => "Это свойство должно быть не пустым.",
"Couldn't serialize elements." => "Не удалось сериализовать элементы.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' called without type argument. Please report at bugs.owncloud.org",
@@ -95,6 +99,7 @@
"Business" => "Бизнес",
"Call" => "Вызов",
"Clients" => "Клиенты",
+"Deliverer" => "Посыльный",
"Holidays" => "Праздники",
"Ideas" => "Идеи",
"Journey" => "Поездка",
@@ -105,6 +110,8 @@
"Questions" => "Вопросы",
"{name}'s Birthday" => "День рождения {name}",
"Contact" => "Контакт",
+"You do not have the permissions to edit this contact." => "У вас нет разрешений редактировать этот контакт.",
+"You do not have the permissions to delete this contact." => "У вас нет разрешений удалять этот контакт.",
"Add Contact" => "Добавить Контакт",
"Import" => "Импорт",
"Settings" => "Настройки",
@@ -147,6 +154,7 @@
"Delete email address" => "Удалить адрес электронной почты",
"Enter phone number" => "Ввести номер телефона",
"Delete phone number" => "Удалить номер телефона",
+"Instant Messenger" => "Instant Messenger",
"Delete IM" => "Удалить IM",
"View on map" => "Показать на карте",
"Edit address details" => "Ввести детали адреса",
@@ -154,6 +162,7 @@
"Add field" => "Добавить поле",
"Phone" => "Телефон",
"Email" => "Ящик эл. почты",
+"Instant Messaging" => "Быстрые сообщения",
"Address" => "Адрес",
"Note" => "Заметка",
"Download contact" => "Скачать контакт",
@@ -206,6 +215,9 @@
"more info" => "дополнительная информация",
"Primary address (Kontact et al)" => "Первичный адрес (Kontact и др.)",
"iOS/OS X" => "iOS/OS X",
+"Show CardDav link" => "Показать ссылку CardDav",
+"Show read-only VCF link" => "Показать нередактируемую ссылку VCF",
+"Share" => "Опубликовать",
"Download" => "Скачать",
"Edit" => "Редактировать",
"New Address Book" => "Новая адресная книга",
diff --git a/apps/contacts/l10n/sl.php b/apps/contacts/l10n/sl.php
index 0ed9766aa32..fe0e8ef16c9 100644
--- a/apps/contacts/l10n/sl.php
+++ b/apps/contacts/l10n/sl.php
@@ -52,6 +52,9 @@
"Not implemented" => "Ni podprto",
"Couldn't get a valid address." => "Ne morem dobiti veljavnega naslova.",
"Error" => "Napaka",
+"You do not have permission to add contacts to " => "Nimate dovoljenja za dodajanje stikov v",
+"Please select one of your own address books." => "Prosimo, če izberete enega izmed vaših adresarjev.",
+"Permission error" => "Napaka dovoljenj",
"This property has to be non-empty." => "Ta lastnost ne sme biti prazna",
"Couldn't serialize elements." => "Predmetov ni bilo mogoče dati v zaporedje.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" je bila klicana brez vrste argumenta. Prosimo, če oddate poročilo o napaki na bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Vprašanja",
"{name}'s Birthday" => "{name} - rojstni dan",
"Contact" => "Stik",
+"You do not have the permissions to edit this contact." => "Nimate dovoljenj za urejanje tega stika.",
+"You do not have the permissions to delete this contact." => "Nimate dovoljenj za izbris tega stika.",
"Add Contact" => "Dodaj stik",
"Import" => "Uvozi",
"Settings" => "Nastavitve",
diff --git a/apps/contacts/l10n/sv.php b/apps/contacts/l10n/sv.php
index a7721753b4b..88aac866f6d 100644
--- a/apps/contacts/l10n/sv.php
+++ b/apps/contacts/l10n/sv.php
@@ -52,6 +52,9 @@
"Not implemented" => "Inte införd",
"Couldn't get a valid address." => "Kunde inte hitta en giltig adress.",
"Error" => "Fel",
+"You do not have permission to add contacts to " => "Du saknar behörighet att skapa kontakter i",
+"Please select one of your own address books." => "Välj en av dina egna adressböcker.",
+"Permission error" => "Behörighetsfel",
"This property has to be non-empty." => "Denna egenskap får inte vara tom.",
"Couldn't serialize elements." => "Kunde inte serialisera element.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" anropades utan typargument. Vänligen rapportera till bugs.owncloud.org",
@@ -107,6 +110,8 @@
"Questions" => "Frågor",
"{name}'s Birthday" => "{name}'s födelsedag",
"Contact" => "Kontakt",
+"You do not have the permissions to edit this contact." => "Du saknar behörighet för att ändra denna kontakt.",
+"You do not have the permissions to delete this contact." => "Du saknar behörighet för att radera denna kontakt.",
"Add Contact" => "Lägg till kontakt",
"Import" => "Importera",
"Settings" => "Inställningar",
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index b093dc3ce12..fb7ea34b9b8 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -8,6 +8,13 @@
"Failed to write to disk" => "Schrijven naar schijf mislukt",
"Files" => "Bestanden",
"Delete" => "Verwijder",
+"already exists" => "bestaat al",
+"replace" => "vervang",
+"cancel" => "annuleren",
+"replaced" => "vervangen",
+"with" => "door",
+"undo" => "ongedaan maken",
+"deleted" => "verwijderd",
"generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.",
"Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes",
"Upload Error" => "Upload Fout",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index b783c37cb03..09c4f2b0267 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -8,6 +8,13 @@
"Failed to write to disk" => "Falha ao escrever no disco",
"Files" => "Arquivos",
"Delete" => "Excluir",
+"already exists" => "já existe",
+"replace" => "substituir",
+"cancel" => "cancelar",
+"replaced" => "substituido ",
+"with" => "com",
+"undo" => "desfazer",
+"deleted" => "deletado",
"generating ZIP-file, it may take some time." => "gerando arquivo ZIP, isso pode levar um tempo.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes.",
"Upload Error" => "Erro de envio",
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
index 203a4f81ede..71b30d22df4 100644
--- a/apps/files/l10n/ru.php
+++ b/apps/files/l10n/ru.php
@@ -22,30 +22,30 @@
"Upload cancelled." => "Загрузка отменена.",
"Invalid name, '/' is not allowed." => "Неверное имя, '/' не допускается.",
"Size" => "Размер",
-"Modified" => "Изменен",
+"Modified" => "Изменён",
"folder" => "папка",
"folders" => "папки",
"file" => "файл",
"files" => "файлы",
"File handling" => "Управление файлами",
-"Maximum upload size" => "Максимальный размер файла",
+"Maximum upload size" => "Максимальный размер загружаемого файла",
"max. possible: " => "макс. возможно: ",
-"Needed for multi-file and folder downloads." => "Требуется для загрузки нескольких файорв и папок",
-"Enable ZIP-download" => "Включить ZIP-загрузку",
+"Needed for multi-file and folder downloads." => "Требуется для скачивания нескольких файлов и папок",
+"Enable ZIP-download" => "Включить ZIP-скачивание",
"0 is unlimited" => "0 - без ограничений",
"Maximum input size for ZIP files" => "Максимальный исходный размер для ZIP файлов",
"New" => "Новый",
"Text file" => "Текстовый файл",
"Folder" => "Папка",
"From url" => "С url",
-"Upload" => "Закачать",
-"Cancel upload" => "Отмена закачки",
-"Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!",
+"Upload" => "Загрузить",
+"Cancel upload" => "Отмена загрузки",
+"Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!",
"Name" => "Название",
-"Share" => "Поделиться",
+"Share" => "Опубликовать",
"Download" => "Скачать",
"Upload too large" => "Файл слишком большой",
-"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь закачать, превышают лимит для файлов на этом сервере.",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь загрузить, превышают лимит для файлов на этом сервере.",
"Files are being scanned, please wait." => "Подождите, файлы сканируются.",
"Current scanning" => "Текущее сканирование"
);
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index 8ef7ff39c8b..dc783018848 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -12,6 +12,7 @@
"replace" => "替换",
"cancel" => "取消",
"replaced" => "已经替换",
+"with" => "随着",
"undo" => "撤销",
"deleted" => "已经删除",
"generating ZIP-file, it may take some time." => "正在生成 ZIP 文件,可能需要一些时间",
diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php
new file mode 100644
index 00000000000..1ea56006fc3
--- /dev/null
+++ b/apps/files_encryption/l10n/nl.php
@@ -0,0 +1,6 @@
+<?php $TRANSLATIONS = array(
+"Encryption" => "Versleuteling",
+"Exclude the following file types from encryption" => "Versleutel de volgende bestand types niet",
+"None" => "Geen",
+"Enable Encryption" => "Zet versleuteling aan"
+);
diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php
new file mode 100644
index 00000000000..3a7e84b6d01
--- /dev/null
+++ b/apps/files_encryption/l10n/ru.php
@@ -0,0 +1,6 @@
+<?php $TRANSLATIONS = array(
+"Encryption" => "Шифрование",
+"Exclude the following file types from encryption" => "Исключить шифрование следующих типов файлов",
+"None" => "Ничего",
+"Enable Encryption" => "Включить шифрование"
+);
diff --git a/apps/files_external/l10n/ru.php b/apps/files_external/l10n/ru.php
new file mode 100644
index 00000000000..7ee43786621
--- /dev/null
+++ b/apps/files_external/l10n/ru.php
@@ -0,0 +1,18 @@
+<?php $TRANSLATIONS = array(
+"External Storage" => "Внешний носитель",
+"Mount point" => "Точка монтирования",
+"Backend" => "Подсистема",
+"Configuration" => "Конфигурация",
+"Options" => "Опции",
+"Applicable" => "Применимый",
+"Add mount point" => "Добавить точку монтирования",
+"None set" => "Не установлено",
+"All Users" => "Все пользователи",
+"Groups" => "Группы",
+"Users" => "Пользователи",
+"Delete" => "Удалить",
+"SSL root certificates" => "Корневые сертификаты SSL",
+"Import Root Certificate" => "Импортировать корневые сертификаты",
+"Enable User External Storage" => "Включить пользовательские внешние носители",
+"Allow users to mount their own external storage" => "Разрешить пользователям монтировать их собственные внешние носители"
+);
diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php
new file mode 100644
index 00000000000..d357d66f674
--- /dev/null
+++ b/apps/files_sharing/l10n/nl.php
@@ -0,0 +1,6 @@
+<?php $TRANSLATIONS = array(
+"Size" => "Grootte",
+"Modified" => "Aangepast",
+"Delete all" => "Verwijder alles",
+"Delete" => "Vewijder"
+);
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php
new file mode 100644
index 00000000000..796403ae998
--- /dev/null
+++ b/apps/files_sharing/l10n/ru.php
@@ -0,0 +1,6 @@
+<?php $TRANSLATIONS = array(
+"Size" => "Размер",
+"Modified" => "Изменён",
+"Delete all" => "Удалить все",
+"Delete" => "Удалить"
+);
diff --git a/apps/files_versions/l10n/nl.php b/apps/files_versions/l10n/nl.php
new file mode 100644
index 00000000000..87e72a36202
--- /dev/null
+++ b/apps/files_versions/l10n/nl.php
@@ -0,0 +1,4 @@
+<?php $TRANSLATIONS = array(
+"Expire all versions" => "Alle versies laten verlopen",
+"Enable Files Versioning" => "Activeer file versioning"
+);
diff --git a/apps/files_versions/l10n/ru.php b/apps/files_versions/l10n/ru.php
new file mode 100644
index 00000000000..6a824779f30
--- /dev/null
+++ b/apps/files_versions/l10n/ru.php
@@ -0,0 +1,4 @@
+<?php $TRANSLATIONS = array(
+"Expire all versions" => "Просрочить все версии",
+"Enable Files Versioning" => "Включить ведение версий файлов"
+);
diff --git a/apps/gallery/l10n/nl.php b/apps/gallery/l10n/nl.php
index 8c987a03d62..df8fcaf72da 100644
--- a/apps/gallery/l10n/nl.php
+++ b/apps/gallery/l10n/nl.php
@@ -1,12 +1,7 @@
<?php $TRANSLATIONS = array(
"Pictures" => "Plaatjes",
-"Settings" => "Instellingen",
-"Rescan" => "Opnieuw doorzoeken",
-"Stop" => "Stop",
-"Share" => "Deel",
-"Back" => "Terug",
-"Remove confirmation" => "Verwijder bevestiging",
-"Do you want to remove album" => "Wil je het album verwijderen: ",
-"Change album name" => "Wijzig album naam",
-"New album name" => "Nieuwe album naam"
+"Share gallery" => "Deel gallerie",
+"Error: " => "Fout:",
+"Internal error" => "Interne fout",
+"Slideshow" => "Diashow"
);
diff --git a/apps/tasks/l10n/ru.php b/apps/tasks/l10n/ru.php
new file mode 100644
index 00000000000..ce208cb0714
--- /dev/null
+++ b/apps/tasks/l10n/ru.php
@@ -0,0 +1,24 @@
+<?php $TRANSLATIONS = array(
+"Invalid date/time" => "Неверные дата/время",
+"Tasks" => "Задачи",
+"No category" => "Нет категории",
+"Unspecified" => "Не указан",
+"1=highest" => "1=наибольший",
+"5=medium" => "5=средний",
+"9=lowest" => "9=наименьший",
+"Empty Summary" => "Пустая сводка",
+"Invalid percent complete" => "Неверный процент завершения",
+"Invalid priority" => "Неверный приоритет",
+"Add Task" => "Добавить задачу",
+"Order Due" => "Срок заказа",
+"Order List" => "Order List",
+"Order Complete" => "Заказ выполнен",
+"Order Location" => "Местонахождение заказа",
+"Order Priority" => "Приоритет заказа",
+"Order Label" => "Метка заказа",
+"Loading tasks..." => "Загрузка задач...",
+"Important" => "Важный",
+"More" => "Больше",
+"Less" => "Меньше",
+"Delete" => "Удалить"
+);
diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php
new file mode 100644
index 00000000000..fc89d998065
--- /dev/null
+++ b/apps/user_ldap/l10n/ru.php
@@ -0,0 +1,26 @@
+<?php $TRANSLATIONS = array(
+"Host" => "Сервер",
+"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /",
+"Base DN" => "Базовый DN",
+"You can specify Base DN for users and groups in the Advanced tab" => "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"",
+"User DN" => "DN пользователя",
+"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN-клиента пользователя, с которым связывают должно быть заполнено, например, uid=агент, dc=пример, dc=com. Для анонимного доступа, оставьте DN и пароль пустыми.",
+"Password" => "Пароль",
+"For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте DN и пароль пустыми.",
+"User Login Filter" => "Фильтр входа пользователей",
+"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему.",
+"use %%uid placeholder, e.g. \"uid=%%uid\"" => "используйте заполнитель %%uid, например: \"uid=%%uid\"",
+"User List Filter" => "Фильтр списка пользователей",
+"Defines the filter to apply, when retrieving users." => "Определяет фильтр для применения при получении пользователей.",
+"without any placeholder, e.g. \"objectClass=person\"." => "без заполнителя, например: \"objectClass=person\".",
+"Group Filter" => "Фильтр группы",
+"Defines the filter to apply, when retrieving groups." => "Определяет фильтр для применения при получении группы.",
+"Port" => "Порт",
+"Use TLS" => "Использовать TLS",
+"Do not use it for SSL connections, it will fail." => "Не используйте для соединений SSL",
+"Turn off SSL certificate validation." => "Отключить проверку сертификата SSL.",
+"Not recommended, use for testing only." => "Не рекомендуется, используйте только для тестирования.",
+"in bytes" => "в байтах",
+"in seconds. A change empties the cache." => "в секундах. Изменение очистит кэш.",
+"Help" => "Помощь"
+);
diff --git a/apps/user_migrate/l10n/ru.php b/apps/user_migrate/l10n/ru.php
new file mode 100644
index 00000000000..c8889ad0215
--- /dev/null
+++ b/apps/user_migrate/l10n/ru.php
@@ -0,0 +1,10 @@
+<?php $TRANSLATIONS = array(
+"Export" => "Экспорт",
+"Something went wrong while the export file was being generated" => "В процессе создания файла экспорта что-то пошло не так",
+"An error has occurred" => "Произошла ошибка",
+"Export your user account" => "Экспортировать ваш аккаунт пользователя",
+"This will create a compressed file that contains your ownCloud account." => "Будет создан сжатый файл, содержащий ваш аккаунт ownCloud",
+"Import user account" => "Импортировать аккаунт пользователя",
+"ownCloud User Zip" => "Архив пользователя ownCloud",
+"Import" => "Импорт"
+);
diff --git a/apps/user_openid/l10n/nl.php b/apps/user_openid/l10n/nl.php
new file mode 100644
index 00000000000..5b07c6108af
--- /dev/null
+++ b/apps/user_openid/l10n/nl.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"This is an OpenID server endpoint. For more information, see " => "Dit is een OpenID server. Voor meer informatie, zie",
+"Identity: <b>" => "Identiteit: <b>",
+"Realm: <b>" => "Realm: <b>",
+"User: <b>" => "Gebruiker: <b>",
+"Login" => "Login",
+"Error: <b>No user Selected" => "Fout: <b>Geen gebruiker geselecteerd",
+"you can authenticate to other sites with this address" => "u kan met dit adres bij andere sites authenticeren",
+"Authorized OpenID provider" => "Geautoriseerde OpenID provider",
+"Your address at Wordpress, Identi.ca, &hellip;" => "Uw adres bij Wordpress, Identi.ca, &hellip;"
+);
diff --git a/apps/user_openid/l10n/ru.php b/apps/user_openid/l10n/ru.php
new file mode 100644
index 00000000000..09855c35b7a
--- /dev/null
+++ b/apps/user_openid/l10n/ru.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"This is an OpenID server endpoint. For more information, see " => "Это точка подключения сервера OpenID. Для информации смотрите",
+"Identity: <b>" => "Личность: <b>",
+"Realm: <b>" => "Realm: <b>",
+"User: <b>" => "Пользователь: <b>",
+"Login" => "Логин",
+"Error: <b>No user Selected" => "Ошибка: <b>Пользователь не выбран",
+"you can authenticate to other sites with this address" => "вы можете аутентифицироваться на других сайтах с этим адресом",
+"Authorized OpenID provider" => "Авторизованный провайдер OpenID",
+"Your address at Wordpress, Identi.ca, &hellip;" => "Ваш адрес в Wordpress, Identi.ca, &hellip;"
+);