Browse Source

[tx-robot] updated from transifex

Nextcloud bot 6 years ago
parent
commit
6385bee570
2 changed files with 19 additions and 1 deletions
  1. 8 0
      src/main/res/values-fr/strings.xml
  2. 11 1
      src/main/res/values-sk-rSK/strings.xml

+ 8 - 0
src/main/res/values-fr/strings.xml

@@ -782,6 +782,8 @@ Veuillez contacter votre administrateur</string>
     <string name="sharee_add_failed">L\'ajout du partage a échoué</string>
     <string name="unsharing_failed">L\'arrêt du partage a échoué</string>
     <string name="updating_share_failed">La mise à jour du partage a échoué</string>
+    <string name="prefs_e2e_mnemonic">Mnémonique E2E</string>
+    <string name="prefs_e2e_no_device_credentials">Afin d\'afficher le mnémonique, merci d\'activer les informations d\'identification de l\'appareil.</string>
     <string name="whats_new_device_credentials_title">Utiliser la protection interne du terminal Android</string>
     <string name="whats_new_device_credentials_content">Utiliser un schéma, un mot de passe, un code d\'accès ou vos empreintes digitales pour sécuriser vos données</string>
     <string name="restore_button_description">Restaurer le fichier supprimé</string>
@@ -791,6 +793,9 @@ Veuillez contacter votre administrateur</string>
     <string name="error_comment_file">Erreur lors du commentaire du fichier</string>
     <string name="file_version_restored_successfully">Restauration de la version du fichier réussie.</string>
     <string name="file_version_restored_error">Erreur, la version du fichier n\'a pas été restaurée !</string>
+    <string name="notification_channel_general_name">Notifications générales</string>
+    <string name="notification_channel_general_description">Afficher les notifications pour les nouveaux dossiers de média et des dossiers similaires</string>
+    <string name="new_media_folder_detected">Nouveau dossier de média %1$s détecté.</string>
     <string name="new_media_folder_photos">photo</string>
     <string name="new_media_folder_videos">vidéo</string>
 
@@ -804,5 +809,8 @@ Veuillez contacter votre administrateur</string>
     <string name="trashbin_file_not_deleted">Le fichier %1$s n\'a pas pu être supprimé !</string>
     <string name="trashbin_file_not_restored">Le fichier %1$s n\'a pas pu être restauré !</string>
     <string name="trashbin_not_emptied">Des fichiers n\'ont pas pu être supprimés de manière définitive !</string>
+    <string name="stream">Diffuser avec...</string>
+    <string name="stream_not_possible_headline">Diffusion interne impossible</string>
+    <string name="stream_not_possible_message">Merci, à la place, de télécharger le média ou d\'utiliser une application externe.</string>
     <string name="folder_already_exists">Le dossier existe déjà</string>
 </resources>

+ 11 - 1
src/main/res/values-sk-rSK/strings.xml

@@ -210,6 +210,7 @@
 	<string name="auth_not_configured_title">Nesprávna konfigurácia servera</string>
 	<string name="auth_account_not_the_same">Zadané prihlasovacie údaje používateľa sú nesprávne</string>
 	<string name="auth_unknown_error_title">Nastala neznáma chyba!</string>
+	<string name="auth_unknown_error_exception_title">Neznáma chyba: %1$s</string>
 	<string name="auth_incorrect_path_title">Server sa nenašiel</string>
 	<string name="auth_timeout_title">Serveru trvá odpoveď príliš dlho</string>
 	<string name="auth_ssl_general_error_title">Inicializácia SSL zlyhala</string>
@@ -226,6 +227,8 @@
 	<string name="auth_can_not_auth_against_server">Nie je možné sa overiť voči tomuto serveru</string>
     <string name="favorite">Dostupné v režime offline</string>
     <string name="unfavorite">Nedostupné v režime offline</string>
+    <string name="favorite_real">Pridať k obľúbeným</string>
+    <string name="unset_favorite_real">Odstrániť z obľúbených</string>
     <string name="common_rename">Premenovať</string>
     <string name="common_remove">Zmazať</string>
     <string name="confirmation_remove_file_alert">Naozaj chcete odstrániť %1$s?</string>
@@ -371,6 +374,8 @@
     <string name="share_no_users">Používateľom nesprístupňujete zatiaľ žiaden obsah</string>
     <string name="share_add_user_or_group">Pridaj používateľa alebo skupinu</string>
     <string name="share_via_link_section_title">Sprístupniť odkaz</string>
+    <string name="share_via_link_send_link_label">Odoslať odkaz</string>
+    <string name="share_no_password_title">Nastaviť heslo</string>
     <string name="share_via_link_hide_file_listing_permission_label">Skryť zobrazenie súborov</string>
     <string name="share_get_public_link_button">Získať odkaz</string>
     <string name="share_with_title">Zdieľať s…</string>
@@ -420,6 +425,7 @@
 
     <string name="welcome_feature_3_text">Udržujte svoje fotografie v bezpečí</string>
 
+    <string name="whats_new_ipv6_title">Podpora IPv6</string>
     <string name="whats_new_skip">Preskočiť</string>
 
     <!-- User information -->
@@ -462,4 +468,8 @@
     <string name="end_to_end_encryption_dialog_close">Zatvoriť</string>
     <string name="hint_password">Heslo</string>
     <string name="create_new_folder">Vytvoriť nový priečinok</string>
-    </resources>
+    <string name="new_comment">Nový komentár…</string>
+    <string name="drawer_item_trashbin">Zmazané súbory</string>
+    <string name="trashbin_activity_title">Zmazané súbory</string>
+    <string name="folder_already_exists">Priečinok už existuje</string>
+</resources>