소스 검색

[tx-robot] updated from transifex

Nextcloud bot 6 년 전
부모
커밋
b998a2f6db
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      app/src/main/res/values-es/strings.xml
  2. 2 1
      app/src/main/res/values-tr/strings.xml

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

@@ -241,4 +241,5 @@
     <string name="nc_user">Usuario</string>
     <string name="nc_guest">Invitado</string>
     <string name="nc_following_link">Usuario que sigue un enlace público</string>
-    </resources>
+    <string name="nc_readonly_hint">Esta conversación está bloqueada</string>
+</resources>

+ 2 - 1
app/src/main/res/values-tr/strings.xml

@@ -241,4 +241,5 @@
     <string name="nc_user">Kullanıcı</string>
     <string name="nc_guest">Konuk</string>
     <string name="nc_following_link">Herkese açık bir bağlantıyı izleyen kullanıcı</string>
-    </resources>
+    <string name="nc_readonly_hint">Bu görüşme kilitli</string>
+</resources>