diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-17 12:02:17 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-22 07:55:32 +0100 |
commit | 6012599e17206ee7be9a83477654e7bd194079c3 (patch) | |
tree | f7c97404fbca422955b0d9eedf92d0cb5936f57a /android/source/res/values-tr | |
parent | 78c33a4c3d1633b97049874305b3b49b820395a2 (diff) |
tdf#129833 android: Drop non-working ownCloud/nextCloud support
As mentioned in tdf#129833 comment 3, the idea is to
use Android's "system file dialog" to select files rather
than maintain a separate ownCloud/nextCloud connector in the
Android Viewer app.
This way, everything for which a DocumentsProvider [1] is
available will be available from within the app, once
Android Viewer has been adapted to support those, which is
planned for a subsequent step.
Corresponding DocumentsProviders for ownCloud [2] and nextCloud [3]
exist.
[1] https://developer.android.com/reference/android/provider/DocumentsProvider
[2] https://github.com/owncloud/android
[3] https://github.com/nextcloud/android
Change-Id: I6581ce36672f582f91d47598afdfd32c3a4a58da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112765
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android/source/res/values-tr')
-rw-r--r-- | android/source/res/values-tr/strings.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/source/res/values-tr/strings.xml b/android/source/res/values-tr/strings.xml index 3bada4ded6be..4ce70e91607d 100644 --- a/android/source/res/values-tr/strings.xml +++ b/android/source/res/values-tr/strings.xml @@ -75,13 +75,8 @@ <string name="local_file_system">Yerel dosya sistemi</string> <string name="external_sd_file_system">Harici SD</string> <string name="otg_file_system">OTG cihazı (deneysel)</string> - <string name="owncloud">Uzak sunucu</string> <string name="usb_connected_configure">USB bağlantısı yapıldı, cihazınızın ayarlarını yapınız.</string> - <string name="owncloud_wrong_connection">ownCloud sunucusuna bağlanılamadı. Ayarlarınızı kontrol ediniz.</string> - <string name="owncloud_unauthorized">ownCloud sunucusuna giriş yapılamadı. Ayarlarınızı kontrol ediniz.</string> - <string name="owncloud_unspecified_error">ownCloud sunucusuna bağlanırken belirtilmemiş bir hata oluştu. Lütfen daha sonra tekrar deneyiniz veya ayarlarınızı kontrol ediniz.</string> - <string name="ext_document_provider_error">Geçersiz dizin. SD kart ayarlarınızı kontrol ediniz.</string> <string name="legacy_extsd_missing_error">Geçersiz dizin. SD kartınızı veya SD kart ayarlarınızı kontrol ediniz.</string> <string name="otg_missing_error">Geçersiz dizin. OTG cihazınızı veya OTG cihazı ayarlarınızı kontrol ediniz.</string> @@ -106,14 +101,10 @@ <!-- Document provider settings --> <string name="storage_provider_settings">Depolama sağlayıcısı ayarları</string> - <string name="owncloud_settings">ownCloud ayarları</string> <string name="physical_storage_settings">Fiziksel depolama ayarları</string> <string name="external_sd_path">Harici SD yolu</string> <string name="otg_device_path">OTG cihazı yolu</string> <string name="otg_warning">Deneysel özellik: OTG cihazı yazılabilir ise kullanın</string> - <string name="server_url">Sunucu URL</string> - <string name="server_url_and_port">ownCloud sunucusu URL ve port</string> - <string name="user_name">Kullanıcı Adı</string> <string name="password">Parola</string> <string name="action_undo">Geri Al</string> <string name="action_redo">Yinele</string> |