[tx-robot] updated from transifex
This commit is contained in:
parent
296519f44a
commit
7061416016
|
@ -25,6 +25,8 @@ OC.L10N.register(
|
|||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください",
|
||||
"Encryption App is enabled and ready" : "暗号化アプリは有効になっており、準備が整いました",
|
||||
"Bad Signature" : "不正な署名",
|
||||
"Missing Signature" : "署名が存在しません",
|
||||
"one-time password for server-side-encryption" : "サーバーサイド暗号化のワンタイムパスワード",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください",
|
||||
"Encryption App is enabled and ready" : "暗号化アプリは有効になっており、準備が整いました",
|
||||
"Bad Signature" : "不正な署名",
|
||||
"Missing Signature" : "署名が存在しません",
|
||||
"one-time password for server-side-encryption" : "サーバーサイド暗号化のワンタイムパスワード",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを読み取ることができません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||
|
|
|
@ -56,8 +56,13 @@ OC.L10N.register(
|
|||
"Shared with group %3$s by %2$s" : "%3$s グループと %2$s で共有しました",
|
||||
"Shared via link by %2$s" : "リンク経由で %2$s が共有しました",
|
||||
"Shared via public link" : "公開リンク経由で共有中",
|
||||
"Removed public link" : "公開リンクを削除",
|
||||
"%2$s removed public link" : "%2$sは公開リンクを削除しました.",
|
||||
"Public link expired" : "公開リンクの期限が切れています",
|
||||
"Public link of %2$s expired" : "公開リンク%2$sの期限が切れています",
|
||||
"Shared by %2$s" : "%2$s が共有",
|
||||
"Shares" : "共有",
|
||||
"You received \"/%2$s\" as a remote share from %1$s" : "%1$s からリモート共有として \"/%2$s\" を受け取りました。",
|
||||
"Accept" : "承諾",
|
||||
"Decline" : "拒否《はてなキーワード》",
|
||||
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
|
||||
|
|
|
@ -54,8 +54,13 @@
|
|||
"Shared with group %3$s by %2$s" : "%3$s グループと %2$s で共有しました",
|
||||
"Shared via link by %2$s" : "リンク経由で %2$s が共有しました",
|
||||
"Shared via public link" : "公開リンク経由で共有中",
|
||||
"Removed public link" : "公開リンクを削除",
|
||||
"%2$s removed public link" : "%2$sは公開リンクを削除しました.",
|
||||
"Public link expired" : "公開リンクの期限が切れています",
|
||||
"Public link of %2$s expired" : "公開リンク%2$sの期限が切れています",
|
||||
"Shared by %2$s" : "%2$s が共有",
|
||||
"Shares" : "共有",
|
||||
"You received \"/%2$s\" as a remote share from %1$s" : "%1$s からリモート共有として \"/%2$s\" を受け取りました。",
|
||||
"Accept" : "承諾",
|
||||
"Decline" : "拒否《はてなキーワード》",
|
||||
"Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud の「クラウド連携ID」で私と共有できます。こちらを見てください。%s",
|
||||
|
|
|
@ -96,6 +96,7 @@ OC.L10N.register(
|
|||
"change" : "تغيير",
|
||||
"delete" : "حذف",
|
||||
"access control" : "ضبط الوصول",
|
||||
"at" : "في",
|
||||
"Share" : "شارك",
|
||||
"Warning" : "تحذير",
|
||||
"Delete" : "إلغاء",
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
"change" : "تغيير",
|
||||
"delete" : "حذف",
|
||||
"access control" : "ضبط الوصول",
|
||||
"at" : "في",
|
||||
"Share" : "شارك",
|
||||
"Warning" : "تحذير",
|
||||
"Delete" : "إلغاء",
|
||||
|
|
|
@ -118,6 +118,7 @@ OC.L10N.register(
|
|||
"delete" : "desaniciar",
|
||||
"access control" : "control d'accesu",
|
||||
"An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ",
|
||||
"at" : "a les",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud",
|
||||
"Share with users or groups …" : "Compartir con usuarios o grupos",
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
"delete" : "desaniciar",
|
||||
"access control" : "control d'accesu",
|
||||
"An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ",
|
||||
"at" : "a les",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud",
|
||||
"Share with users or groups …" : "Compartir con usuarios o grupos",
|
||||
|
|
|
@ -71,6 +71,7 @@ OC.L10N.register(
|
|||
"can share" : "yayımlaya bilərsiniz",
|
||||
"can edit" : "dəyişmək olar",
|
||||
"delete" : "sil",
|
||||
"at" : "da",
|
||||
"Share" : "Yayımla",
|
||||
"Warning" : "Xəbərdarlıq",
|
||||
"Delete" : "Sil",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"can share" : "yayımlaya bilərsiniz",
|
||||
"can edit" : "dəyişmək olar",
|
||||
"delete" : "sil",
|
||||
"at" : "da",
|
||||
"Share" : "Yayımla",
|
||||
"Warning" : "Xəbərdarlıq",
|
||||
"Delete" : "Sil",
|
||||
|
|
|
@ -125,6 +125,7 @@ OC.L10N.register(
|
|||
"change" : "промяна",
|
||||
"delete" : "изтриване",
|
||||
"access control" : "контрол на достъпа",
|
||||
"at" : "в",
|
||||
"Share" : "Споделяне",
|
||||
"Warning" : "Предупреждение",
|
||||
"Delete" : "Изтриване",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"change" : "промяна",
|
||||
"delete" : "изтриване",
|
||||
"access control" : "контрол на достъпа",
|
||||
"at" : "в",
|
||||
"Share" : "Споделяне",
|
||||
"Warning" : "Предупреждение",
|
||||
"Delete" : "Изтриване",
|
||||
|
|
|
@ -85,6 +85,7 @@ OC.L10N.register(
|
|||
"create" : "তৈরী করুন",
|
||||
"delete" : "মুছে ফেল",
|
||||
"access control" : "অধিগম্যতা নিয়ন্ত্রণ",
|
||||
"at" : "প্রতি",
|
||||
"Share" : "ভাগাভাগি কর",
|
||||
"Warning" : "সতর্কবাণী",
|
||||
"Delete" : "মুছে",
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
"create" : "তৈরী করুন",
|
||||
"delete" : "মুছে ফেল",
|
||||
"access control" : "অধিগম্যতা নিয়ন্ত্রণ",
|
||||
"at" : "প্রতি",
|
||||
"Share" : "ভাগাভাগি কর",
|
||||
"Warning" : "সতর্কবাণী",
|
||||
"Delete" : "মুছে",
|
||||
|
|
|
@ -116,6 +116,7 @@ OC.L10N.register(
|
|||
"change" : "izmjeni",
|
||||
"delete" : "izbriši",
|
||||
"access control" : "Kontrola pristupa",
|
||||
"at" : "na",
|
||||
"Share" : "Podijeli",
|
||||
"Warning" : "Upozorenje",
|
||||
"Delete" : "Izbriši",
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
"change" : "izmjeni",
|
||||
"delete" : "izbriši",
|
||||
"access control" : "Kontrola pristupa",
|
||||
"at" : "na",
|
||||
"Share" : "Podijeli",
|
||||
"Warning" : "Upozorenje",
|
||||
"Delete" : "Izbriši",
|
||||
|
|
|
@ -142,6 +142,7 @@ OC.L10N.register(
|
|||
"delete" : "elimina",
|
||||
"access control" : "control d'accés",
|
||||
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
|
||||
"at" : "a",
|
||||
"Share" : "Comparteix",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
"delete" : "elimina",
|
||||
"access control" : "control d'accés",
|
||||
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
|
||||
"at" : "a",
|
||||
"Share" : "Comparteix",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Nelze zrušit sdílení",
|
||||
"Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.",
|
||||
"An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu",
|
||||
"at" : "v",
|
||||
"Share" : "Sdílet",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Sdílet s uživateli nebo skupinami",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "Nelze zrušit sdílení",
|
||||
"Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.",
|
||||
"An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu",
|
||||
"at" : "v",
|
||||
"Share" : "Sdílet",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Sdílet s uživateli nebo skupinami",
|
||||
|
|
|
@ -69,6 +69,7 @@ OC.L10N.register(
|
|||
"create" : "creu",
|
||||
"delete" : "dileu",
|
||||
"access control" : "rheolaeth mynediad",
|
||||
"at" : "yn",
|
||||
"Share" : "Rhannu",
|
||||
"Warning" : "Rhybudd",
|
||||
"Delete" : "Dileu",
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
"create" : "creu",
|
||||
"delete" : "dileu",
|
||||
"access control" : "rheolaeth mynediad",
|
||||
"at" : "yn",
|
||||
"Share" : "Rhannu",
|
||||
"Warning" : "Rhybudd",
|
||||
"Delete" : "Dileu",
|
||||
|
|
|
@ -152,6 +152,7 @@ OC.L10N.register(
|
|||
"access control" : "Adgangskontrol",
|
||||
"Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.",
|
||||
"An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen",
|
||||
"at" : "kl.",
|
||||
"Share" : "Del",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Del med brugere eller grupper",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"access control" : "Adgangskontrol",
|
||||
"Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.",
|
||||
"An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen",
|
||||
"at" : "kl.",
|
||||
"Share" : "Del",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Del med brugere eller grupper",
|
||||
|
|
|
@ -155,6 +155,7 @@ OC.L10N.register(
|
|||
"delete" : "löschen",
|
||||
"access control" : "Zugriffskontrolle",
|
||||
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
|
||||
"at" : "um",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
|
||||
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
"delete" : "löschen",
|
||||
"access control" : "Zugriffskontrolle",
|
||||
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
|
||||
"at" : "um",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
|
||||
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -53,6 +53,7 @@ OC.L10N.register(
|
|||
"Unshare" : "Teilung zurücknehmen",
|
||||
"can share" : "Kann teilen",
|
||||
"can edit" : "kann bearbeiten",
|
||||
"at" : "um",
|
||||
"Share" : "Freigeben",
|
||||
"Delete" : "Löschen",
|
||||
"Add" : "Hinzufügen",
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"Unshare" : "Teilung zurücknehmen",
|
||||
"can share" : "Kann teilen",
|
||||
"can edit" : "kann bearbeiten",
|
||||
"at" : "um",
|
||||
"Share" : "Freigeben",
|
||||
"Delete" : "Löschen",
|
||||
"Add" : "Hinzufügen",
|
||||
|
|
|
@ -154,6 +154,7 @@ OC.L10N.register(
|
|||
"delete" : "löschen",
|
||||
"access control" : "Zugriffskontrolle",
|
||||
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
|
||||
"at" : "um",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
|
||||
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
"delete" : "löschen",
|
||||
"access control" : "Zugriffskontrolle",
|
||||
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
|
||||
"at" : "um",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
|
||||
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -152,6 +152,7 @@ OC.L10N.register(
|
|||
"access control" : "έλεγχος πρόσβασης",
|
||||
"Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.",
|
||||
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
|
||||
"at" : "στο",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"access control" : "έλεγχος πρόσβασης",
|
||||
"Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.",
|
||||
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
|
||||
"at" : "στο",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
|
||||
|
|
|
@ -129,6 +129,7 @@ OC.L10N.register(
|
|||
"delete" : "delete",
|
||||
"access control" : "access control",
|
||||
"An error occured. Please try again" : "An error occured. Please try again",
|
||||
"at" : "at",
|
||||
"Share" : "Share",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Share with users or groups …",
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"delete" : "delete",
|
||||
"access control" : "access control",
|
||||
"An error occured. Please try again" : "An error occured. Please try again",
|
||||
"at" : "at",
|
||||
"Share" : "Share",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Share with users or groups …",
|
||||
|
|
|
@ -88,6 +88,7 @@ OC.L10N.register(
|
|||
"create" : "krei",
|
||||
"delete" : "forigi",
|
||||
"access control" : "alirkontrolo",
|
||||
"at" : "ĉe",
|
||||
"Share" : "Kunhavigi",
|
||||
"Warning" : "Averto",
|
||||
"Delete" : "Forigi",
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
"create" : "krei",
|
||||
"delete" : "forigi",
|
||||
"access control" : "alirkontrolo",
|
||||
"at" : "ĉe",
|
||||
"Share" : "Kunhavigi",
|
||||
"Warning" : "Averto",
|
||||
"Delete" : "Forigi",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "No se puede quitar el comparto",
|
||||
"Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
|
||||
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "No se puede quitar el comparto",
|
||||
"Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.",
|
||||
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
|
||||
|
|
|
@ -99,6 +99,7 @@ OC.L10N.register(
|
|||
"create" : "crear",
|
||||
"delete" : "borrar",
|
||||
"access control" : "control de acceso",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Atención",
|
||||
"Delete" : "Borrar",
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
"create" : "crear",
|
||||
"delete" : "borrar",
|
||||
"access control" : "control de acceso",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Atención",
|
||||
"Delete" : "Borrar",
|
||||
|
|
|
@ -93,6 +93,7 @@ OC.L10N.register(
|
|||
"create" : "crear",
|
||||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Precaución",
|
||||
"Delete" : "Eliminar",
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
"create" : "crear",
|
||||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"at" : "a las",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Precaución",
|
||||
"Delete" : "Eliminar",
|
||||
|
|
|
@ -139,6 +139,7 @@ OC.L10N.register(
|
|||
"delete" : "kustuta",
|
||||
"access control" : "ligipääsukontroll",
|
||||
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
|
||||
"at" : "kell",
|
||||
"Share" : "Jaga",
|
||||
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
|
||||
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
|
||||
|
|
|
@ -137,6 +137,7 @@
|
|||
"delete" : "kustuta",
|
||||
"access control" : "ligipääsukontroll",
|
||||
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
|
||||
"at" : "kell",
|
||||
"Share" : "Jaga",
|
||||
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
|
||||
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
|
||||
|
|
|
@ -121,6 +121,7 @@ OC.L10N.register(
|
|||
"change" : "aldatu",
|
||||
"delete" : "ezabatu",
|
||||
"access control" : "sarrera kontrola",
|
||||
"at" : "ordua",
|
||||
"Share" : "Elkarbanatu",
|
||||
"Warning" : "Abisua",
|
||||
"Delete" : "Ezabatu",
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
"change" : "aldatu",
|
||||
"delete" : "ezabatu",
|
||||
"access control" : "sarrera kontrola",
|
||||
"at" : "ordua",
|
||||
"Share" : "Elkarbanatu",
|
||||
"Warning" : "Abisua",
|
||||
"Delete" : "Ezabatu",
|
||||
|
|
|
@ -129,6 +129,7 @@ OC.L10N.register(
|
|||
"delete" : "پاک کردن",
|
||||
"access control" : "کنترل دسترسی",
|
||||
"An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
|
||||
"at" : "در",
|
||||
"Share" : "اشتراکگذاری",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراکگذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud",
|
||||
"Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...",
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"delete" : "پاک کردن",
|
||||
"access control" : "کنترل دسترسی",
|
||||
"An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
|
||||
"at" : "در",
|
||||
"Share" : "اشتراکگذاری",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراکگذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud",
|
||||
"Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Jakamisen lopettaminen epäonnistui",
|
||||
"Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.",
|
||||
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
|
||||
"at" : " ",
|
||||
"Share" : "Jaa",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
|
||||
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "Jakamisen lopettaminen epäonnistui",
|
||||
"Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.",
|
||||
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
|
||||
"at" : " ",
|
||||
"Share" : "Jaa",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
|
||||
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Impossible d'arrêter de partager",
|
||||
"Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.",
|
||||
"An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer",
|
||||
"at" : "à",
|
||||
"Share" : "Partager",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud",
|
||||
"Share with users or groups …" : "Partager avec des utilisateurs ou groupes...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "Impossible d'arrêter de partager",
|
||||
"Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.",
|
||||
"An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer",
|
||||
"at" : "à",
|
||||
"Share" : "Partager",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud",
|
||||
"Share with users or groups …" : "Partager avec des utilisateurs ou groupes...",
|
||||
|
|
|
@ -141,6 +141,7 @@ OC.L10N.register(
|
|||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
|
||||
"at" : "a",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
|
||||
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
|
||||
"at" : "a",
|
||||
"Share" : "Compartir",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
|
||||
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "לא ניתן לבטל שיתוף",
|
||||
"Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
|
||||
"An error occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב",
|
||||
"at" : "בשנה",
|
||||
"Share" : "שתף",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud",
|
||||
"Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "לא ניתן לבטל שיתוף",
|
||||
"Share details could not be loaded for this item." : "לא ניתן היה לטעון מידע שיתוף לפריט זה",
|
||||
"An error occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב",
|
||||
"at" : "בשנה",
|
||||
"Share" : "שתף",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud",
|
||||
"Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...",
|
||||
|
|
|
@ -120,6 +120,7 @@ OC.L10N.register(
|
|||
"delete" : "Izbrišite",
|
||||
"access control" : "Kontrola pristupa",
|
||||
"An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ",
|
||||
"at" : "Na?",
|
||||
"Share" : "Podijelite",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud",
|
||||
"Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...",
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
"delete" : "Izbrišite",
|
||||
"access control" : "Kontrola pristupa",
|
||||
"An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ",
|
||||
"at" : "Na?",
|
||||
"Share" : "Podijelite",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud",
|
||||
"Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...",
|
||||
|
|
|
@ -162,6 +162,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Nem sikerült visszavonni a megosztást",
|
||||
"Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.",
|
||||
"An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
|
||||
"at" : ", ",
|
||||
"Share" : "Megosztás",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
|
||||
"Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
|
||||
|
|
|
@ -160,6 +160,7 @@
|
|||
"Could not unshare" : "Nem sikerült visszavonni a megosztást",
|
||||
"Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.",
|
||||
"An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
|
||||
"at" : ", ",
|
||||
"Share" : "Megosztás",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
|
||||
"Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
|
||||
|
|
|
@ -102,6 +102,7 @@ OC.L10N.register(
|
|||
"create" : "crear",
|
||||
"delete" : "deler",
|
||||
"access control" : "controlo de accesso",
|
||||
"at" : "in",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Aviso",
|
||||
"Delete" : "Deler",
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
"create" : "crear",
|
||||
"delete" : "deler",
|
||||
"access control" : "controlo de accesso",
|
||||
"at" : "in",
|
||||
"Share" : "Compartir",
|
||||
"Warning" : "Aviso",
|
||||
"Delete" : "Deler",
|
||||
|
|
|
@ -152,6 +152,7 @@ OC.L10N.register(
|
|||
"access control" : "kontrol akses",
|
||||
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
|
||||
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
|
||||
"at" : "di",
|
||||
"Share" : "Bagikan",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"access control" : "kontrol akses",
|
||||
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
|
||||
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
|
||||
"at" : "di",
|
||||
"Share" : "Bagikan",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
|
||||
|
|
|
@ -145,6 +145,7 @@ OC.L10N.register(
|
|||
"access control" : "aðgangsstýring",
|
||||
"Share details could not be loaded for this item." : "Ekki tókst að finna sameiginlegar upplýsingar.",
|
||||
"An error occured. Please try again" : "Villa kom upp. Vinsamlegast reyndu aftur",
|
||||
"at" : "hjá",
|
||||
"Share" : "Deila",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólk í öðrum ownClouds með skipuninni username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Deila með notendum eða hópum ...",
|
||||
|
|
|
@ -143,6 +143,7 @@
|
|||
"access control" : "aðgangsstýring",
|
||||
"Share details could not be loaded for this item." : "Ekki tókst að finna sameiginlegar upplýsingar.",
|
||||
"An error occured. Please try again" : "Villa kom upp. Vinsamlegast reyndu aftur",
|
||||
"at" : "hjá",
|
||||
"Share" : "Deila",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólk í öðrum ownClouds með skipuninni username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Deila með notendum eða hópum ...",
|
||||
|
|
|
@ -166,7 +166,9 @@ OC.L10N.register(
|
|||
"access control" : "controllo d'accesso",
|
||||
"Could not unshare" : "Impossibile rimuovere la condivisione",
|
||||
"Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.",
|
||||
"No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}",
|
||||
"An error occured. Please try again" : "Si è verificato un errore. Prova ancora",
|
||||
"at" : "alle",
|
||||
"Share" : "Condividi",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud",
|
||||
"Share with users or groups …" : "Condividi con utenti o gruppi...",
|
||||
|
|
|
@ -164,7 +164,9 @@
|
|||
"access control" : "controllo d'accesso",
|
||||
"Could not unshare" : "Impossibile rimuovere la condivisione",
|
||||
"Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.",
|
||||
"No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}",
|
||||
"An error occured. Please try again" : "Si è verificato un errore. Prova ancora",
|
||||
"at" : "alle",
|
||||
"Share" : "Condividi",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud",
|
||||
"Share with users or groups …" : "Condividi con utenti o gruppi...",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "共有の解除ができませんでした",
|
||||
"Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。",
|
||||
"An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。",
|
||||
"at" : "at",
|
||||
"Share" : "共有",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有",
|
||||
"Share with users or groups …" : "ユーザーもしくはグループと共有 ...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "共有の解除ができませんでした",
|
||||
"Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。",
|
||||
"An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。",
|
||||
"at" : "at",
|
||||
"Share" : "共有",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有",
|
||||
"Share with users or groups …" : "ユーザーもしくはグループと共有 ...",
|
||||
|
|
|
@ -71,6 +71,7 @@ OC.L10N.register(
|
|||
"create" : "შექმნა",
|
||||
"delete" : "წაშლა",
|
||||
"access control" : "დაშვების კონტროლი",
|
||||
"at" : "at",
|
||||
"Share" : "გაზიარება",
|
||||
"Warning" : "გაფრთხილება",
|
||||
"Delete" : "წაშლა",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"create" : "შექმნა",
|
||||
"delete" : "წაშლა",
|
||||
"access control" : "დაშვების კონტროლი",
|
||||
"at" : "at",
|
||||
"Share" : "გაზიარება",
|
||||
"Warning" : "გაფრთხილება",
|
||||
"Delete" : "წაშლა",
|
||||
|
|
|
@ -80,6 +80,7 @@ OC.L10N.register(
|
|||
"create" : "បង្កើត",
|
||||
"delete" : "លុប",
|
||||
"access control" : "សិទ្ធិបញ្ជា",
|
||||
"at" : "នៅ",
|
||||
"Share" : "ចែករំលែក",
|
||||
"Warning" : "បម្រាម",
|
||||
"Delete" : "លុប",
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
"create" : "បង្កើត",
|
||||
"delete" : "លុប",
|
||||
"access control" : "សិទ្ធិបញ្ជា",
|
||||
"at" : "នៅ",
|
||||
"Share" : "ចែករំលែក",
|
||||
"Warning" : "បម្រាម",
|
||||
"Delete" : "លុប",
|
||||
|
|
|
@ -152,6 +152,7 @@ OC.L10N.register(
|
|||
"access control" : "접근 제어",
|
||||
"Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.",
|
||||
"An error occured. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.",
|
||||
"at" : "에서",
|
||||
"Share" : "공유",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다",
|
||||
"Share with users or groups …" : "사용자 및 그룹과 공유...",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"access control" : "접근 제어",
|
||||
"Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.",
|
||||
"An error occured. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.",
|
||||
"at" : "에서",
|
||||
"Share" : "공유",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다",
|
||||
"Share with users or groups …" : "사용자 및 그룹과 공유...",
|
||||
|
|
|
@ -83,6 +83,7 @@ OC.L10N.register(
|
|||
"create" : "erstellen",
|
||||
"delete" : "läschen",
|
||||
"access control" : "Zougrëffskontroll",
|
||||
"at" : "bei",
|
||||
"Share" : "Deelen",
|
||||
"Warning" : "Warnung",
|
||||
"Delete" : "Läschen",
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
"create" : "erstellen",
|
||||
"delete" : "läschen",
|
||||
"access control" : "Zougrëffskontroll",
|
||||
"at" : "bei",
|
||||
"Share" : "Deelen",
|
||||
"Warning" : "Warnung",
|
||||
"Delete" : "Läschen",
|
||||
|
|
|
@ -130,6 +130,7 @@ OC.L10N.register(
|
|||
"delete" : "ištrinti",
|
||||
"access control" : "priėjimo kontrolė",
|
||||
"An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.",
|
||||
"at" : " ",
|
||||
"Share" : "Dalintis",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud",
|
||||
"Share with users or groups …" : "Dalintis su vartotoju ar grupe",
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
"delete" : "ištrinti",
|
||||
"access control" : "priėjimo kontrolė",
|
||||
"An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.",
|
||||
"at" : " ",
|
||||
"Share" : "Dalintis",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud",
|
||||
"Share with users or groups …" : "Dalintis su vartotoju ar grupe",
|
||||
|
|
|
@ -88,6 +88,7 @@ OC.L10N.register(
|
|||
"create" : "izveidot",
|
||||
"delete" : "dzēst",
|
||||
"access control" : "piekļuves vadība",
|
||||
"at" : " plkst.",
|
||||
"Share" : "Dalīties",
|
||||
"Warning" : "Brīdinājums",
|
||||
"Delete" : "Dzēst",
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
"create" : "izveidot",
|
||||
"delete" : "dzēst",
|
||||
"access control" : "piekļuves vadība",
|
||||
"at" : " plkst.",
|
||||
"Share" : "Dalīties",
|
||||
"Warning" : "Brīdinājums",
|
||||
"Delete" : "Dzēst",
|
||||
|
|
|
@ -139,6 +139,7 @@ OC.L10N.register(
|
|||
"delete" : "избриши",
|
||||
"access control" : "контрола на пристап",
|
||||
"An error occured. Please try again" : "Се случи грешка. Обиди се повторно",
|
||||
"at" : "на",
|
||||
"Share" : "Сподели",
|
||||
"Share with users or groups …" : "Сподели со корисници или групи ...",
|
||||
"Share with users, groups or remote users …" : "Споделено со корисници, групи или оддалечени корисници ...",
|
||||
|
|
|
@ -137,6 +137,7 @@
|
|||
"delete" : "избриши",
|
||||
"access control" : "контрола на пристап",
|
||||
"An error occured. Please try again" : "Се случи грешка. Обиди се повторно",
|
||||
"at" : "на",
|
||||
"Share" : "Сподели",
|
||||
"Share with users or groups …" : "Сподели со корисници или групи ...",
|
||||
"Share with users, groups or remote users …" : "Споделено со корисници, групи или оддалечени корисници ...",
|
||||
|
|
|
@ -51,6 +51,7 @@ OC.L10N.register(
|
|||
"group" : "kumpulan",
|
||||
"can share" : "boleh berkongsi",
|
||||
"can edit" : "boleh mengubah",
|
||||
"at" : "di",
|
||||
"Share" : "Kongsi",
|
||||
"Warning" : "Amaran",
|
||||
"Delete" : "Padam",
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
"group" : "kumpulan",
|
||||
"can share" : "boleh berkongsi",
|
||||
"can edit" : "boleh mengubah",
|
||||
"at" : "di",
|
||||
"Share" : "Kongsi",
|
||||
"Warning" : "Amaran",
|
||||
"Delete" : "Padam",
|
||||
|
|
|
@ -166,6 +166,7 @@ OC.L10N.register(
|
|||
"access control" : "tilgangskontroll",
|
||||
"Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.",
|
||||
"An error occured. Please try again" : "Det oppstod en feil. Prøv igjen",
|
||||
"at" : "på",
|
||||
"Share" : "Del",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud",
|
||||
"Share with users or groups …" : "Del med brukere eller grupper ...",
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
"access control" : "tilgangskontroll",
|
||||
"Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.",
|
||||
"An error occured. Please try again" : "Det oppstod en feil. Prøv igjen",
|
||||
"at" : "på",
|
||||
"Share" : "Del",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud",
|
||||
"Share with users or groups …" : "Del med brukere eller grupper ...",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Kon delen niet ongedaan maken",
|
||||
"Share details could not be loaded for this item." : "Details van shares voor dit object konden niet worden geladen.",
|
||||
"An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw",
|
||||
"at" : "op",
|
||||
"Share" : "Delen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud",
|
||||
"Share with users or groups …" : "Delen met gebruikers of groepen ...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "Kon delen niet ongedaan maken",
|
||||
"Share details could not be loaded for this item." : "Details van shares voor dit object konden niet worden geladen.",
|
||||
"An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw",
|
||||
"at" : "op",
|
||||
"Share" : "Delen",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud",
|
||||
"Share with users or groups …" : "Delen met gebruikers of groepen ...",
|
||||
|
|
|
@ -95,6 +95,7 @@ OC.L10N.register(
|
|||
"create" : "lag",
|
||||
"delete" : "slett",
|
||||
"access control" : "tilgangskontroll",
|
||||
"at" : "på",
|
||||
"Share" : "Del",
|
||||
"Warning" : "Åtvaring",
|
||||
"Delete" : "Slett",
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
"create" : "lag",
|
||||
"delete" : "slett",
|
||||
"access control" : "tilgangskontroll",
|
||||
"at" : "på",
|
||||
"Share" : "Del",
|
||||
"Warning" : "Åtvaring",
|
||||
"Delete" : "Slett",
|
||||
|
|
|
@ -152,6 +152,7 @@ OC.L10N.register(
|
|||
"access control" : "contraròtle d'accès",
|
||||
"Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.",
|
||||
"An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai",
|
||||
"at" : "a",
|
||||
"Share" : "Partejar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud",
|
||||
"Share with users or groups …" : "Partejar amb d'utilizaires o gropes...",
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"access control" : "contraròtle d'accès",
|
||||
"Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.",
|
||||
"An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai",
|
||||
"at" : "a",
|
||||
"Share" : "Partejar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud",
|
||||
"Share with users or groups …" : "Partejar amb d'utilizaires o gropes...",
|
||||
|
|
|
@ -122,6 +122,7 @@ OC.L10N.register(
|
|||
"change" : "zmiany",
|
||||
"delete" : "usuń",
|
||||
"access control" : "kontrola dostępu",
|
||||
"at" : "w",
|
||||
"Share" : "Udostępnij",
|
||||
"Share with users or groups …" : "Współdziel z użytkownikami lub grupami",
|
||||
"Warning" : "Ostrzeżenie",
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
"change" : "zmiany",
|
||||
"delete" : "usuń",
|
||||
"access control" : "kontrola dostępu",
|
||||
"at" : "w",
|
||||
"Share" : "Udostępnij",
|
||||
"Share with users or groups …" : "Współdziel z użytkownikami lub grupami",
|
||||
"Warning" : "Ostrzeżenie",
|
||||
|
|
|
@ -167,6 +167,7 @@ OC.L10N.register(
|
|||
"Could not unshare" : "Não foi possível descompartilhar",
|
||||
"Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.",
|
||||
"An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente",
|
||||
"at" : "em",
|
||||
"Share" : "Compartilhar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Compartilhar com usuários ou grupos ...",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"Could not unshare" : "Não foi possível descompartilhar",
|
||||
"Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.",
|
||||
"An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente",
|
||||
"at" : "em",
|
||||
"Share" : "Compartilhar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Compartilhar com usuários ou grupos ...",
|
||||
|
|
|
@ -166,7 +166,9 @@ OC.L10N.register(
|
|||
"access control" : "controlo de acesso",
|
||||
"Could not unshare" : "Não foi possível cancelar a partilha",
|
||||
"Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.",
|
||||
"No users or groups found for {search}" : "Nenhuns utilizadores ou grupos encontrados para {search}",
|
||||
"An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo",
|
||||
"at" : "em",
|
||||
"Share" : "Compartilhar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Partilhar com utilizadores ou grupos...",
|
||||
|
|
|
@ -164,7 +164,9 @@
|
|||
"access control" : "controlo de acesso",
|
||||
"Could not unshare" : "Não foi possível cancelar a partilha",
|
||||
"Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.",
|
||||
"No users or groups found for {search}" : "Nenhuns utilizadores ou grupos encontrados para {search}",
|
||||
"An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo",
|
||||
"at" : "em",
|
||||
"Share" : "Compartilhar",
|
||||
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud",
|
||||
"Share with users or groups …" : "Partilhar com utilizadores ou grupos...",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue