[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-07-09 01:55:51 -04:00
parent 6f35e51ff3
commit 6e2e0108ee
462 changed files with 3967 additions and 3879 deletions

View file

@ -74,7 +74,7 @@ $TRANSLATIONS = array(
"max. possible: " => "máx. posible:",
"Save" => "Guardar",
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición pa <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">acceder a los ficheros a traviés de WebDAV</a>",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">p'acceder a los ficheros a traviés de WebDAV</a>",
"New" => "Nuevu",
"New text file" => "Ficheru de testu nuevu",
"Text file" => "Ficheru de testu",

View file

@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
"Storage not available" => "Emmagatzemament no disponible",
"Storage invalid" => "Emmagatzemament no vàlid",
"Unknown error" => "Error desconegut",
"Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom",
"Could not move %s" => " No s'ha pogut moure %s",

View file

@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
"Storage not available" => "Хранилище недоступно",
"Storage invalid" => "Хранилище неисправно",
"Unknown error" => "Неизвестная ошибка",
"Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует",
"Could not move %s" => "Невозможно переместить %s",

View file

@ -1,24 +1,27 @@
<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "Пожалуйста, предоставьте действующий ключ Dropbox и пароль.",
"Step 1 failed. Exception: %s" => "Шаг 1 неудачен. Исключение: %s",
"Step 2 failed. Exception: %s" => "Шаг 2 неудачен. Исключение: %s",
"External storage" => "Внешний носитель данных",
"Local" => "Локально",
"Location" => "Местоположение",
"Amazon S3" => "Amazon S3",
"Key" => "Ключ",
"Secret" => "Секрет",
"Bucket" => "Ведро",
"Amazon S3 and compliant" => "Amazon S3 и совместимый",
"Access Key" => "Ключ доступа",
"Secret Key" => "Секретный ключ",
"Hostname (optional)" => "Хост (опц.)",
"Port (optional)" => "Порт (опц.)",
"Region (optional)" => "Регион (опционально)",
"Region (optional)" => "Регион (опц.)",
"Enable SSL" => "Включить SSL",
"App key" => "Ключ приложения",
"Host" => "Сервер",
"Username" => "Имя пользователя",
"Password" => "Пароль",
"Secure ftps://" => "Безопасный ftps://",
"Secure ftps://" => "Защищённый ftps://",
"Client ID" => "Идентификатор клиента",
"Username (required)" => "Имя пользователя (обяз.)",
"Timeout of HTTP requests in seconds (optional)" => "Тайм-аут HTTP запросов в секундах (опционально)",
@ -36,9 +39,9 @@ $TRANSLATIONS = array(
"Saved" => "Сохранено",
"<b>Note:</b> " => "<b>Примечание:</b> ",
" and " => "и",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлен модуль. Подключение %s невозможно. Обратитесь к вашему системному администратору.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Обратите внимание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Обратите внимание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.",
"You don't have any external storages" => "У вас нет внешних хранилищ",
"Name" => "Имя",
"Storage type" => "Тип хранилища",
@ -54,7 +57,7 @@ $TRANSLATIONS = array(
"Users" => "Пользователи",
"Delete" => "Удалить",
"Enable User External Storage" => "Включить пользовательские внешние носители",
"Allow users to mount the following external storage" => "Разрешить пользователям монтировать следующую внешнюю систему хранения данных",
"Allow users to mount the following external storage" => "Разрешить пользователям монтировать следующее внешнее хранилище данных",
"SSL root certificates" => "Корневые сертификаты SSL",
"Import Root Certificate" => "Импортировать корневые сертификаты"
);

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Kanseleer",
"Password" => "Wagwoord"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "إلغاء",
"Shared by {owner}" => "مشاركة من طرف {owner}",
"Shared by" => "تم مشاركتها بواسطة",
"This share is password-protected" => "هذه المشاركة محمية بكلمة مرور",

View file

@ -2,16 +2,21 @@
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor",
"Couldn't add remote share" => "Nun pudo amestase una compartición remota",
"Shared with you" => "Compartío contigo",
"Shared with others" => "Compartío con otros",
"Shared by link" => "Compartíu por enllaz",
"Shared with you" => "Compartíos contigo",
"Shared with others" => "Compartíos con otros",
"Shared by link" => "Compartíos por enllaz",
"No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.",
"You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.",
"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quies amestar compartición remota {name} de {owner}@{remote}?",
"Remote share" => "Compartición remota",
"Remote share password" => "Contraseña de compartición remota",
"Cancel" => "Encaboxar",
"Add remote share" => "Amestar compartición remota",
"No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}",
"Invalid ownCloud url" => "Url ownCloud inválida",
"Shared by {owner}" => "Compartíu por {owner}",
"Shared by" => "Compartíu por",
"Shared by {owner}" => "Compartíos por {owner}",
"Shared by" => "Compartíos por",
"This share is password-protected" => "Esta compartición tien contraseña protexida",
"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.",
"Password" => "Contraseña",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Отказ",
"Shared by" => "Споделено от",
"Password" => "Парола",
"Name" => "Име",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "বাতির",
"Password" => "কূটশব্দ",
"Name" => "রাম",
"Download" => "ডাউনলোড"

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Encara no hi ha fitxers compartits amb vós.",
"You haven't shared any files yet." => "Encara no heu compartit cap fitxer.",
"You haven't shared any files by link yet." => "Encara no heu compartit cap fitxer amb enllaç.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?",
"Remote share" => "Compartició remota",
"Remote share password" => "Contrasenya de compartició remota",
"Cancel" => "Cancel·la",
"Add remote share" => "Afegeix compartició remota",
"No ownCloud installation found at {remote}" => "No s'ha trobat cap instal·lació ownCloud a {remote}",
"Invalid ownCloud url" => "La url d'ownCloud no és vàlida",
"Shared by {owner}" => "Compartits per {owner}",
@ -23,6 +28,7 @@ $TRANSLATIONS = array(
"the link expired" => "l'enllaç ha vençut",
"sharing is disabled" => "s'ha desactivat la compartició",
"For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.",
"Add to your ownCloud" => "Afegiu a ownCloud",
"Download" => "Baixa",
"Download %s" => "Baixa %s",
"Direct link" => "Enllaç directe",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Zatím s vámi nikdo žádné soubory nesdílel.",
"You haven't shared any files yet." => "Zatím jste nesdíleli žádné soubory.",
"You haven't shared any files by link yet." => "Zatím jste nesdíleli pomocí odkazu žádný soubor.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?",
"Remote share" => "Vzdálené úložiště",
"Remote share password" => "Heslo ke vzdálenému úložišti",
"Cancel" => "Zrušit",
"Add remote share" => "Přidat vzdálené úložiště",
"No ownCloud installation found at {remote}" => "Nebyla nalezen žádný funkční ownCloud na {remote}",
"Invalid ownCloud url" => "Neplatná ownCloud url",
"Shared by {owner}" => "Sdílí {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Diddymu",
"Shared by" => "Rhannwyd gan",
"Password" => "Cyfrinair",
"Name" => "Enw",

View file

@ -6,6 +6,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Endnu er ingen filer delt med dig.",
"You haven't shared any files yet." => "Du har ikke delt nogen filer endnu.",
"You haven't shared any files by link yet." => "Du har ikke delt nogen filer endnu.",
"Cancel" => "Annuller",
"Shared by {owner}" => "Delt af {owner}",
"Shared by" => "Delt af",
"This share is password-protected" => "Delingen er beskyttet af kodeord",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Dir geteilt.",
"You haven't shared any files yet." => "Du hast bis jetzt keine Dateien mit anderen geteilt.",
"You haven't shared any files by link yet." => "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.",
"Cancel" => "Abbrechen",
"No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden",
"Invalid ownCloud url" => "Ungültige OwnCloud-URL",
"Shared by {owner}" => "Geteilt von {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Abbrechen",
"Password" => "Passwort",
"Download" => "Herunterladen"
);

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Abbrechen",
"Shared by {owner}" => "Geteilt von {owner}",
"Shared by" => "Geteilt von",
"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.",
"You haven't shared any files yet." => "Sie haben bis jetzt keine Dateien mit anderen geteilt.",
"You haven't shared any files by link yet." => "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt.",
"Cancel" => "Abbrechen",
"No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden",
"Invalid ownCloud url" => "Ungültige OwnCloud-URL",
"Shared by {owner}" => "Geteilt von {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Κανένα αρχείο δνε έχει διαμοιραστεί ακόμα με εσάς.",
"You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.",
"You haven't shared any files by link yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.",
"Cancel" => "Άκυρο",
"No ownCloud installation found at {remote}" => "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}",
"Invalid ownCloud url" => "Άκυρη url ownCloud ",
"Shared by {owner}" => "Διαμοιράστηκε από τον {owner}",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "No files have been shared with you yet.",
"You haven't shared any files yet." => "You haven't shared any files yet.",
"You haven't shared any files by link yet." => "You haven't shared any files by link yet.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Do you want to add the remote share {name} from {owner}@{remote}?",
"Remote share" => "Remote share",
"Remote share password" => "Remote share password",
"Cancel" => "Cancel",
"Add remote share" => "Add remote share",
"No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}",
"Invalid ownCloud url" => "Invalid ownCloud URL",
"Shared by {owner}" => "Shared by {owner}",

View file

@ -7,6 +7,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.",
"You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.",
"You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.",
"Cancel" => "Nuligi",
"No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}",
"Invalid ownCloud url" => "Nevalidas URL de ownCloud",
"Shared by {owner}" => "Kunhavigita de {owner}",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
"You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
"You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?",
"Remote share" => "Recurso compartido remoto",
"Remote share password" => "Contraseña del compartido remoto",
"Cancel" => "Cancelar",
"Add remote share" => "Añadir recurso compartido remoto",
"No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}",
"Invalid ownCloud url" => "URL de ownCloud inválido",
"Shared by {owner}" => "Compartido por {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancelar",
"Shared by {owner}" => "Compartido por {owner}",
"Shared by" => "Compartido por",
"This share is password-protected" => "Esto está protegido por contraseña",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancelar",
"Password" => "Clave",
"Download" => "Descargar"
);

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancelar",
"Shared by {owner}" => "Compartido por {owner}",
"Shared by" => "Compartido por",
"This share is password-protected" => "Este elemento compartido esta protegido por contraseña",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Sinuga pole veel ühtegi faili jagatud.",
"You haven't shared any files yet." => "Sa pole jaganud veel ühtegi faili.",
"You haven't shared any files by link yet." => "Sa pole lingiga jaganud veel ühtegi faili.",
"Cancel" => "Loobu",
"No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}",
"Invalid ownCloud url" => "Vigane ownCloud url",
"Shared by {owner}" => "Jagas {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Ez da zurekin fitxategirik elkarbanatu oraindik.",
"You haven't shared any files yet." => "Ez duzu oraindik fitxategirik elkarbanatu.",
"You haven't shared any files by link yet." => "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu.",
"Cancel" => "Ezeztatu",
"No ownCloud installation found at {remote}" => "Ez da ownClouden instalaziorik aurkitu {remote}n",
"Invalid ownCloud url" => "ownCloud url baliogabea",
"Shared by {owner}" => "{owner}-k partekatuta",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Ezeztatu",
"Download" => "Deskargatu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "منصرف شدن",
"Shared by {owner}" => "اشتراک گذارنده {owner}",
"Shared by" => "اشتراک گذاشته شده به وسیله",
"This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.",
"You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.",
"You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?",
"Remote share" => "Etäjako",
"Remote share password" => "Etäjaon salasana",
"Cancel" => "Peru",
"Add remote share" => "Lisää etäjako",
"No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}",
"Invalid ownCloud url" => "Virheellinen ownCloud-osoite",
"Shared by {owner}" => "Jakanut {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Aucun fichier n'est partagé avec vous pour l'instant",
"You haven't shared any files yet." => "Vous ne partagez pas de fichier pour l'instant",
"You haven't shared any files by link yet." => "Vous ne partagez aucun de fichier par lien pour l'instant.",
"Cancel" => "Annuler",
"No ownCloud installation found at {remote}" => "Aucune installation ownCloud n'a été trouvée sur {remote}",
"Invalid ownCloud url" => "URL ownCloud invalide",
"Shared by {owner}" => "Partagé par {owner}",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.",
"You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.",
"You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quere engadir a compartición remota {name} desde {owner}@{remote}?",
"Remote share" => "Compartición remota",
"Remote share password" => "Contrasinal da compartición remota",
"Cancel" => "Cancelar",
"Add remote share" => "Engadir unha compartición remota",
"No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}",
"Invalid ownCloud url" => "URL incorrecta do ownCloud",
"Shared by {owner}" => "Compartido por {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "ביטול",
"Shared by {owner}" => "שותף בידי {owner}",
"Shared by" => "שותף על־ידי",
"Password" => "סיסמא",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Odustani",
"Password" => "Lozinka",
"Name" => "Ime",
"Download" => "Preuzimanje"

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Mégsem",
"Shared by {owner}" => "Megosztotta: {owner}",
"Shared by" => "Megosztotta Önnel",
"This share is password-protected" => "Ez egy jelszóval védett megosztás",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancellar",
"Password" => "Contrasigno",
"Name" => "Nomine",
"Download" => "Discargar"

View file

@ -7,6 +7,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Tidak ada berkas yang dibagikan kepada Anda.",
"You haven't shared any files yet." => "Anda belum berbagi berkas apapun.",
"You haven't shared any files by link yet." => "Anda belum berbagi berkas dengan tautan satupun.",
"Cancel" => "Batal",
"No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}",
"Invalid ownCloud url" => "URL ownCloud tidak sah",
"Shared by {owner}" => "Dibagikan oleh {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Hætta við",
"Shared by" => "Deilt af",
"Password" => "Lykilorð",
"Name" => "Nafn",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.",
"You haven't shared any files yet." => "Non hai ancora condiviso alcun file.",
"You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?",
"Remote share" => "Condivisione remota",
"Remote share password" => "Password della condivisione remota",
"Cancel" => "Annulla",
"Add remote share" => "Aggiungi condivisione remota",
"No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}",
"Invalid ownCloud url" => "URL di ownCloud non valido",
"Shared by {owner}" => "Condiviso da {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "他のユーザーがあなたと共有しているファイルはありません。",
"You haven't shared any files yet." => "他のユーザーと共有しているファイルはありません。",
"You haven't shared any files by link yet." => "URLリンクで共有しているファイルはありません。",
"Cancel" => "キャンセル",
"No ownCloud installation found at {remote}" => "{remote} には ownCloud がインストールされていません",
"Invalid ownCloud url" => "無効な ownCloud URL です",
"Shared by {owner}" => "{owner} と共有中",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "უარყოფა",
"Shared by {owner}" => "გაზიარდა {owner} –ის მიერ",
"Shared by" => "აზიარებს",
"Password" => "პაროლი",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "បោះបង់",
"Shared by {owner}" => "{owner} បាន​ចែក​រំលែក",
"Shared by" => "បាន​ចែក​រំលែក​ដោយ",
"This share is password-protected" => "ការ​ចែករំលែក​នេះ​ត្រូវ​បាន​ការពារ​ដោយ​ពាក្យ​សម្ងាត់",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "취소",
"Shared by {owner}" => "{owner} 님이 공유함",
"Shared by" => "공유한 사용자:",
"This share is password-protected" => "이 공유는 암호로 보호되어 있습니다",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "لابردن",
"Password" => "وشەی تێپەربو",
"Name" => "ناو",
"Download" => "داگرتن"

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Ofbriechen",
"Shared by" => "Gedeelt vun",
"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
"Password" => "Passwuert",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Atšaukti",
"Shared by {owner}" => "Bendrina {owner}",
"Shared by" => "Dalinasi",
"This share is password-protected" => "Turinys apsaugotas slaptažodžiu",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Atcelt",
"Shared by {owner}" => "Dalījās {owner}",
"Shared by" => "Dalījās",
"Password" => "Parole",

View file

@ -6,6 +6,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Ниту една датотека сеуште не била споделена со вас.",
"You haven't shared any files yet." => "Вие досега немате споделено ниту една датотека.",
"You haven't shared any files by link yet." => "Сеуште немате споделено датотека со врска.",
"Cancel" => "Откажи",
"Shared by {owner}" => "Споделени од {owner}",
"Shared by" => "Споделено од",
"This share is password-protected" => "Ова споделување е заштитено со лозинка",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Batal",
"Shared by" => "Dikongsi dengan",
"Password" => "Kata laluan",
"Name" => "Nama",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "ပယ်ဖျက်မည်",
"Password" => "စကားဝှက်",
"Download" => "ဒေါင်းလုတ်"
);

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Ingen filer er delt med deg ennå.",
"You haven't shared any files yet." => "Du har ikke delt noen filer ennå.",
"You haven't shared any files by link yet." => "Du har ikke delt noen filer med lenke ennå.",
"Cancel" => "Avbryt",
"No ownCloud installation found at {remote}" => "Ingen ownCloud-installasjon funnet på {remote}",
"Invalid ownCloud url" => "Ugyldig ownCloud-url",
"Shared by {owner}" => "Delt av {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Er zijn nog geen bestanden met u gedeeld.",
"You haven't shared any files yet." => "U hebt nog geen bestanden gedeeld.",
"You haven't shared any files by link yet." => "U hebt nog geen bestanden via een link gedeeld.",
"Cancel" => "Annuleer",
"No ownCloud installation found at {remote}" => "Geen ownCloud installatie gevonden op {remote}",
"Invalid ownCloud url" => "Ongeldige ownCloud url",
"Shared by {owner}" => "Gedeeld door {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Avbryt",
"Shared by {owner}" => "Delt av {owner}",
"Shared by" => "Delt av",
"The password is wrong. Try again." => "Passordet er gale. Prøv igjen.",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Annula",
"Password" => "Senhal",
"Name" => "Nom",
"Download" => "Avalcarga"

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "ਰੱਦ ਕਰੋ",
"Password" => "ਪਾਸਵਰ",
"Download" => "ਡਾਊਨਲੋਡ"
);

View file

@ -7,6 +7,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą",
"You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.",
"You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem",
"Cancel" => "Anuluj",
"No ownCloud installation found at {remote}" => "Nie znaleziono instalacji ownCloud na {remote}",
"Invalid ownCloud url" => "Błędny adres URL",
"Shared by {owner}" => "Udostępnione przez {owner}",

View file

@ -8,6 +8,11 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.",
"You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.",
"You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?",
"Remote share" => "Compartilhamento remoto",
"Remote share password" => "Senha do compartilhamento remoto",
"Cancel" => "Cancelar",
"Add remote share" => "Adicionar compartilhamento remoto",
"No ownCloud installation found at {remote}" => "Nenhuma instalação ownCloud encontrada em {remote}",
"Invalid ownCloud url" => "Url invalida para ownCloud",
"Shared by {owner}" => "Compartilhado por {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.",
"You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.",
"You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.",
"Cancel" => "Cancelar",
"No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}",
"Invalid ownCloud url" => "Endereço errado",
"Shared by {owner}" => "Partilhado por {dono}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Anulare",
"Shared by" => "impartite in ",
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
"Password" => "Parolă",

View file

@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Shared by link" => "Доступно по ссылке",
"No files have been shared with you yet." => "Вы ещё не опубликовали файлы",
"You haven't shared any files yet." => "Вы не имеете файлов в открытом доступе",
"Cancel" => "Отменить",
"Invalid ownCloud url" => "Не верный ownCloud адрес",
"Shared by {owner}" => "Доступ открыл {owner}",
"Shared by" => "Опубликовано",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "එපා",
"Password" => "මුර පදය",
"Name" => "නම",
"Download" => "බාන්න"

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Zrušiť",
"Download" => "Stiahnuť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Zatiaľ s vami nikto žiadne súbory nezdieľal.",
"You haven't shared any files yet." => "Zatiaľ ste nezdieľali žiadne súbory.",
"You haven't shared any files by link yet." => "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.",
"Cancel" => "Zrušiť",
"No ownCloud installation found at {remote}" => "Žiadna ownCloud inštancia na {remote}",
"Invalid ownCloud url" => "Chybná ownCloud url",
"Shared by {owner}" => "Zdieľa {owner}",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.",
"You haven't shared any files yet." => "Ni datotek, ki bi jih omogočili za souporabo.",
"You haven't shared any files by link yet." => "Ni datotek, ki bi jih omogočili za souporabo s povezavo.",
"Cancel" => "Prekliči",
"Invalid ownCloud url" => "Naveden je neveljaven naslov URL strežnika ownCloud",
"Shared by {owner}" => "Souporabo omogoča {owner}",
"Shared by" => "V souporabi z",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Anullo",
"Shared by" => "Ndarë nga",
"This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim",
"The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Откажи",
"Shared by" => "Делио",
"Password" => "Лозинка",
"Name" => "Име",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Otkaži",
"Password" => "Lozinka",
"Name" => "Ime",
"Download" => "Preuzmi"

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Inga filer har ännu delats med dig.",
"You haven't shared any files yet." => "Du har inte delat några filer ännu.",
"You haven't shared any files by link yet." => "Du har inte delat några filer som länk ännu.",
"Cancel" => "Avbryt",
"No ownCloud installation found at {remote}" => "Ingen ownCloudinstallation funnen på {remote}",
"Invalid ownCloud url" => "Felaktig ownCloud url",
"Shared by {owner}" => "Delad av {owner}",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "இரத்து செய்க",
"Shared by {owner}" => "பகிரப்பட்டது {சொந்தகாரர்}",
"Password" => "கடவுச்சொல்",
"Name" => "பெயர்",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "రద్దుచేయి",
"Password" => "సంకేతపదం",
"Name" => "పేరు"
);

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "ยกเลิก",
"Shared by {owner}" => "ถูกแชร์โดย {owner}",
"Shared by" => "ถูกแชร์โดย",
"Password" => "รหัสผ่าน",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.",
"You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.",
"You haven't shared any files by link yet." => "Bağlantı ile henüz hiçbir dosya paylaşmadınız.",
"Cancel" => "İptal",
"No ownCloud installation found at {remote}" => "{remote} üzerinde ownCloud kurulumu bulunamadı",
"Invalid ownCloud url" => "Geçersiz ownCloud adresi",
"Shared by {owner}" => "{owner} tarafından paylaşılmış",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "ۋاز كەچ",
"Shared by" => "ھەمبەھىرلىگۈچى",
"Password" => "ئىم",
"Name" => "ئاتى",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Відмінити",
"Shared by {owner}" => "Опублікував {owner}",
"Shared by" => "Опубліковано",
"This share is password-protected" => "Цей ресурс обміну захищений паролем",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "منسوخ کریں",
"Shared by" => "سے اشتراک شدہ",
"Password" => "پاسورڈ",
"Name" => "اسم",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "Hủy",
"Shared by {owner}" => "Được chia sẽ bởi {owner}",
"Shared by" => "Chia sẻ bởi",
"Password" => "Mật khẩu",

View file

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"No files have been shared with you yet." => "目前没有文件向您分享。",
"You haven't shared any files yet." => "您还未分享过文件。",
"You haven't shared any files by link yet." => "您还没通过链接分享文件。",
"Cancel" => "取消",
"No ownCloud installation found at {remote}" => "未能在 {remote} 找到 ownCloud 服务",
"Invalid ownCloud url" => "无效的 ownCloud 网址",
"Shared by {owner}" => "{owner} 分享",

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "取消",
"Password" => "密碼",
"Name" => "名稱",
"Download" => "下載"

View file

@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
"Cancel" => "取消",
"Shared by {owner}" => "{owner} 分享",
"Shared by" => "由...分享",
"This share is password-protected" => "這個分享有密碼保護",

View file

@ -38,8 +38,8 @@ $TRANSLATIONS = array(
"last year" => "verlede jaar",
"years ago" => "jare gelede",
"Reset password" => "Herstel wagwoord",
"Yes" => "Ja",
"No" => "Nee",
"Yes" => "Ja",
"Choose" => "Kies",
"Ok" => "OK",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),

View file

@ -37,8 +37,8 @@ $TRANSLATIONS = array(
"last year" => "السنةالماضية",
"years ago" => "سنة مضت",
"Reset password" => "تعديل كلمة السر",
"Yes" => "نعم",
"No" => "لا",
"Yes" => "نعم",
"Choose" => "اختيار",
"Ok" => "موافق",
"_{count} file conflict_::_{count} file conflicts_" => array("","","","","",""),

View file

@ -33,8 +33,8 @@ $TRANSLATIONS = array(
"last year" => "последната година",
"years ago" => "последните години",
"Reset password" => "Нулиране на парола",
"Yes" => "Да",
"No" => "Не",
"Yes" => "Да",
"Choose" => "Избери",
"Ok" => "Добре",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),

View file

@ -33,8 +33,8 @@ $TRANSLATIONS = array(
"last year" => "গত বছর",
"years ago" => "বছর পূর্বে",
"Reset password" => "কূটশব্দ পূনঃনির্ধারণ কর",
"Yes" => "হ্যাঁ",
"No" => "না",
"Yes" => "হ্যাঁ",
"Choose" => "বেছে নিন",
"Ok" => "তথাস্তু",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Sé el que faig",
"Reset password" => "Reinicialitza la contrasenya",
"Password can not be changed. Please contact your administrator." => "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
"Yes" => "",
"No" => "No",
"Yes" => "",
"Choose" => "Escull",
"Error loading file picker template: {error}" => "Error en carregar la plantilla de càrrega de fitxers: {error}",
"Ok" => "D'acord",

View file

@ -52,8 +52,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Vím co dělám",
"Reset password" => "Obnovit heslo",
"Password can not be changed. Please contact your administrator." => "Heslo nelze změnit. Kontaktujte prosím svého správce systému.",
"Yes" => "Ano",
"No" => "Ne",
"Yes" => "Ano",
"Choose" => "Vybrat",
"Error loading file picker template: {error}" => "Chyba při nahrávání šablony výběru souborů: {error}",
"Ok" => "Ok",

View file

@ -33,8 +33,8 @@ $TRANSLATIONS = array(
"last year" => "y llynedd",
"years ago" => "blwyddyn yn ôl",
"Reset password" => "Ailosod cyfrinair",
"Yes" => "Ie",
"No" => "Na",
"Yes" => "Ie",
"Choose" => "Dewisiwch",
"Ok" => "Iawn",
"_{count} file conflict_::_{count} file conflicts_" => array("","","",""),

View file

@ -51,8 +51,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Jeg ved, hvad jeg har gang i",
"Reset password" => "Nulstil kodeord",
"Password can not be changed. Please contact your administrator." => "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.",
"Yes" => "Ja",
"No" => "Nej",
"Yes" => "Ja",
"Choose" => "Vælg",
"Error loading file picker template: {error}" => "Fejl ved indlæsning af filvælger skabelon: {error}",
"Ok" => "OK",

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Ich weiß, was ich mache",
"Reset password" => "Passwort zurücksetzen",
"Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
"Yes" => "Ja",
"No" => "Nein",
"Yes" => "Ja",
"Choose" => "Auswählen",
"Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"Ok" => "OK",

View file

@ -37,8 +37,8 @@ $TRANSLATIONS = array(
"last year" => "Letztes Jahr",
"years ago" => "Vor Jahren",
"Reset password" => "Passwort zurücksetzen",
"Yes" => "Ja",
"No" => "Nein",
"Yes" => "Ja",
"Choose" => "Auswählen",
"Ok" => "OK",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Ich weiß, was ich mache",
"Reset password" => "Passwort zurücksetzen",
"Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
"Yes" => "Ja",
"No" => "Nein",
"Yes" => "Ja",
"Choose" => "Auswählen",
"Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"Ok" => "OK",

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Γνωρίζω τι κάνω",
"Reset password" => "Επαναφορά συνθηματικού",
"Password can not be changed. Please contact your administrator." => "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.",
"Yes" => "Ναι",
"No" => "Όχι",
"Yes" => "Ναι",
"Choose" => "Επιλέξτε",
"Error loading file picker template: {error}" => "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}",
"Ok" => "Οκ",

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "I know what I'm doing",
"Reset password" => "Reset password",
"Password can not be changed. Please contact your administrator." => "Password can not be changed. Please contact your administrator.",
"Yes" => "Yes",
"No" => "No",
"Yes" => "Yes",
"Choose" => "Choose",
"Error loading file picker template: {error}" => "Error loading file picker template: {error}",
"Ok" => "OK",

View file

@ -38,8 +38,8 @@ $TRANSLATIONS = array(
"last year" => "lastajare",
"years ago" => "jaroj antaŭe",
"Reset password" => "Rekomenci la pasvorton",
"Yes" => "Jes",
"No" => "Ne",
"Yes" => "Jes",
"Choose" => "Elekti",
"Ok" => "Akcepti",
"_{count} file conflict_::_{count} file conflicts_" => array("{count} dosierkonflikto","{count} dosierkonfliktoj"),

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Yo soy consciente de lo que estoy haciendo",
"Reset password" => "Restablecer contraseña",
"Password can not be changed. Please contact your administrator." => "La contraseña no se puede cambiar. Por favor, contacte con su administrador.",
"Yes" => "",
"No" => "No",
"Yes" => "",
"Choose" => "Seleccionar",
"Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}",
"Ok" => "Aceptar",

View file

@ -44,8 +44,8 @@ $TRANSLATIONS = array(
"last year" => "el año pasado",
"years ago" => "años atrás",
"Reset password" => "Restablecer contraseña",
"Yes" => "",
"No" => "No",
"Yes" => "",
"Choose" => "Elegir",
"Error loading file picker template: {error}" => "Error cargando la plantilla del selector de archivo: {error}",
"Ok" => "Aceptar",

View file

@ -30,8 +30,8 @@ $TRANSLATIONS = array(
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "último año",
"years ago" => "años anteriores",
"Yes" => "Si",
"No" => "No",
"Yes" => "Si",
"Choose" => "Choose",
"Ok" => "Ok",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),

View file

@ -43,8 +43,8 @@ $TRANSLATIONS = array(
"last year" => "el año pasado",
"years ago" => "años antes",
"Reset password" => "Restablecer contraseña",
"Yes" => "",
"No" => "No",
"Yes" => "",
"Choose" => "Seleccionar",
"Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}",
"Ok" => "Aceptar",

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Ma tean mida teen",
"Reset password" => "Nulli parool",
"Password can not be changed. Please contact your administrator." => "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.",
"Yes" => "Jah",
"No" => "Ei",
"Yes" => "Jah",
"Choose" => "Vali",
"Error loading file picker template: {error}" => "Viga failivalija malli laadimisel: {error}",
"Ok" => "Ok",

View file

@ -53,8 +53,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Badakit zer ari naizen egiten",
"Reset password" => "Berrezarri pasahitza",
"Password can not be changed. Please contact your administrator." => "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin.",
"Yes" => "Bai",
"No" => "Ez",
"Yes" => "Bai",
"Choose" => "Aukeratu",
"Error loading file picker template: {error}" => "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}",
"Ok" => "Ados",

View file

@ -35,8 +35,8 @@ $TRANSLATIONS = array(
"last year" => "سال قبل",
"years ago" => "سال‌های قبل",
"Reset password" => "دوباره سازی گذرواژه",
"Yes" => "بله",
"No" => "نه",
"Yes" => "بله",
"Choose" => "انتخاب کردن",
"Ok" => "قبول",
"_{count} file conflict_::_{count} file conflicts_" => array(""),

View file

@ -50,8 +50,8 @@ $TRANSLATIONS = array(
"I know what I'm doing" => "Tiedän mitä teen",
"Reset password" => "Palauta salasana",
"Password can not be changed. Please contact your administrator." => "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
"Yes" => "Kyllä",
"No" => "Ei",
"Yes" => "Kyllä",
"Choose" => "Valitse",
"Error loading file picker template: {error}" => "Virhe ladatessa tiedostopohjia: {error}",
"Ok" => "Ok",

Some files were not shown because too many files have changed in this diff Show more