瀏覽代碼

[tx-robot] updated from transifex

Nextcloud bot 7 年之前
父節點
當前提交
bedc2d0272
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 6 1
      src/main/res/values-es/strings.xml
  2. 2 0
      src/main/res/values-sv/strings.xml

+ 6 - 1
src/main/res/values-es/strings.xml

@@ -269,6 +269,7 @@
     <string name="unfavorite">Desmarcar como disponible sin conexión</string>
     <string name="favorite_real">Marcar como favorito</string>
     <string name="unset_favorite_real">Desmarcar como favorito</string>
+    <string name="favorite_switch">Disponible sin conexión</string>
     <string name="common_rename">Renombrar</string>
     <string name="common_remove">Borrar</string>
     <string name="confirmation_remove_file_alert">¿Estás seguro que quiere eliminar %1$s?</string>
@@ -686,5 +687,9 @@
     <string name="foreground_service_upload">Subiendo archivos &#8230;</string>
     <string name="foreground_service_download">Descargando archivos &#8230;</string>
 
+    <string name="prefs_sourcecode">Obtener el código fuente</string>
     <string name="prefs_license">Licencia</string>
-    </resources>
+    <string name="push_notifications_not_implemented">Notificaciones push deshabilitadas debido a que depende de servicios propietarios de Google Play.</string>
+    <string name="push_notifications_old_login">No hay notificaciones push debido a que la sesión está caducada. Por favor, considera volver a añadir la cuentea.</string>
+    <string name="push_notifications_temp_error">Notificaciones push actualmente no disponibles.</string>
+</resources>

+ 2 - 0
src/main/res/values-sv/strings.xml

@@ -689,5 +689,7 @@
 
     <string name="prefs_sourcecode">Hämta källkod</string>
     <string name="prefs_license">Licens</string>
+    <string name="push_notifications_not_implemented">Pushnotiser har inaktiverats på grund av beroenden till skyddade Google Play-tjänster</string>
+    <string name="push_notifications_old_login">Inga pushnotiser på grund av utgången inloggningssession. Överväg att lägga till ditt konto på nytt.</string>
     <string name="push_notifications_temp_error">Push-notiser är inte tillgängligt för tillfället.</string>
 </resources>