diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/bg_BG.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fa.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.php | 14 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index cd2b7d1e50a..bbc4e2dcfee 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -27,7 +27,7 @@ $TRANSLATIONS = array( "the link expired" => "връзката е изтекла", "sharing is disabled" => "споделянето е изключено", "For more info, please ask the person who sent this link." => "За повече информация, моля питай човека, който е изпратил тази връзка.", -"Add to your ownCloud" => "Добави към твоя ownCloud", +"Add to your ownCloud" => "Добави към своя ownCloud", "Download" => "Изтегли", "Download %s" => "Изтегли %s", "Direct link" => "Директна връзка", diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index fad8fbccafd..8370c185b5f 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "اشتراک سرور به سرور در این سرور فعال نیست .", "Cancel" => "منصرف شدن", "Shared by" => "اشتراک گذاشته شده به وسیله", "This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود", diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index b543343ef5e..192169f9a33 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -4,11 +4,15 @@ $TRANSLATIONS = array( "Couldn't add remote share" => "Impossible d'ajouter un partage distant", "Shared with you" => "Partagé avec vous", "Shared with others" => "Partagé avec d'autres", -"Shared by link" => "Partagé par lien", +"Shared by link" => "Partagé par un lien", "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.", +"You haven't shared any files by link yet." => "Vous n'avez aucun partage de fichier par lien pour le moment.", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Voulez-vous ajouter le partage distant {name} de {owner}@{remote} ?", +"Remote share" => "Partage distant", +"Remote share password" => "Mot de passe du partage distant", "Cancel" => "Annuler", +"Add remote share" => "Ajouter un partage distant", "No ownCloud installation found at {remote}" => "Aucune installation ownCloud n'a été trouvée sur {remote}", "Invalid ownCloud url" => "URL ownCloud invalide", "Shared by" => "Partagé par", @@ -27,8 +31,8 @@ $TRANSLATIONS = array( "Download" => "Télécharger", "Download %s" => "Télécharger %s", "Direct link" => "Lien direct", -"Remote Shares" => "Partages Distants", -"Allow other instances to mount public links shared from this server" => "Autorise d'autres instances à monter des liens publiques partagés depuis ce serveur", -"Allow users to mount public link shares" => "Autorise les utilisateurs à monter des liens de partages publiques" +"Remote Shares" => "Partages distants", +"Allow other instances to mount public links shared from this server" => "Autoriser d'autres instances à monter des liens publics, partagés depuis ce serveur", +"Allow users to mount public link shares" => "Autoriser des utilisateurs à monter des liens de partages publics" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 14f2bc47c83..f623fc8f82b 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -7,7 +7,10 @@ $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", +"Remote share" => "Zdalny zasób", +"Remote share password" => "Hasło do zdalnego zasobu", "Cancel" => "Anuluj", +"Add remote share" => "Dodaj zdalny zasób", "No ownCloud installation found at {remote}" => "Nie znaleziono instalacji ownCloud na {remote}", "Invalid ownCloud url" => "Błędny adres URL", "Shared by" => "Udostępniane przez", @@ -22,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "link wygasł", "sharing is disabled" => "Udostępnianie jest wyłączone", "For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", +"Add to your ownCloud" => "Dodaj do twojego ownCloud", "Download" => "Pobierz", "Download %s" => "Pobierz %s", "Direct link" => "Bezpośredni link", |