FossifyGalleryVisibilityPatch/app/src/main/res/values-de/strings.xml

116 lines
7.3 KiB
XML
Raw Normal View History

2017-01-01 22:47:17 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-09-06 13:38:07 +02:00
<resources>
2016-10-25 11:06:58 +02:00
<string name="app_name">Schlichte Galerie</string>
<string name="app_launcher_name">Galerie</string>
<string name="edit">Bearbeiten</string>
2016-09-06 13:38:07 +02:00
<string name="open_camera">Kamera öffnen</string>
2016-10-25 11:06:58 +02:00
<string name="open_with">Öffnen mit</string>
<string name="no_app_found">Keine zulässige App gefunden</string>
<string name="hidden">(versteckt)</string>
<string name="pin_folder">Fixiere Ordner</string>
<string name="unpin_folder">Ordner lösen</string>
2017-01-11 18:12:52 +01:00
<string name="show_all">Inhalt aller Ordner (anzeigen)</string>
2017-01-18 20:15:53 +01:00
<string name="all_folders">Alle Medien</string>
<string name="folder_view">Wechsle zu Ordner Ansicht</string>
2017-01-22 15:18:39 +01:00
<string name="other_folder">andere Ordner</string>
<string name="show_on_map">Show on map</string>
<string name="unknown_location">Unknown location</string>
<string name="no_map_application">No application with maps has been found</string>
<string name="no_camera_app_found">No Camera app has been found</string>
<string name="increase_column_count">Increase column count</string>
<string name="reduce_column_count">Reduce column count</string>
<string name="temporarily_show_hidden">Temporarily show hidden</string>
2017-03-03 21:26:37 +01:00
<!-- Hide / Exclude -->
<string name="hide_folder">Ordner verstecken</string>
<string name="unhide_folder">Ordner sichtbar machen</string>
2017-02-26 23:21:18 +01:00
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
<string name="exclude">Exclude</string>
<string name="excluded_folders">Excluded folders</string>
<string name="manage_excluded_folders">Manage excluded folders</string>
2017-03-03 21:26:37 +01:00
<string name="exclude_folder_description">This will exclude the selection together with its subfolders from Simple Gallery only. You can manage excluded folders in Settings.</string>
<string name="exclude_folder_parent">Maybe you want to exclude a parent instead?</string>
<string name="excluded_activity_placeholder">Excluding folders will make them together with their subfolders hidden just in Simple Gallery, they will still be visible in other applications.\\n\\nIf you want to hide them from other apps too, use the Hide function.</string>
<string name="remove_all">Remove all</string>
<string name="remove_all_description">Remove all folders from the list of excluded? This will not delete the folders.</string>
2016-09-06 13:38:07 +02:00
<!-- Include folders -->
<string name="include_folders">Included folders</string>
<string name="manage_included_folders">Manage included folders</string>
<string name="add_folder">Add folder</string>
<string name="included_activity_placeholder">If you have some folders which contain media, but were not recognized by the app, you can add them manually here.</string>
2016-12-06 19:06:54 +01:00
<!-- Resizing -->
<string name="resize">Größe ändern</string>
<string name="resize_and_save">Größe ändern und speichern</string>
2017-01-03 23:30:44 +01:00
<string name="width">Breite</string>
<string name="height">Höhe</string>
<string name="keep_aspect_ratio">Seitenverhältnis beibehalten</string>
2017-01-03 23:30:44 +01:00
<string name="invalid_values">Bitte gib eine korrekte Auflösung ein</string>
2016-12-06 19:06:54 +01:00
2016-10-05 22:07:32 +02:00
<!-- Editor -->
<string name="editor">Editor</string>
2016-10-25 11:06:58 +02:00
<string name="save">Speichern</string>
<string name="rotate">Drehen</string>
2017-01-03 23:30:44 +01:00
<string name="path">Pfad</string>
2016-10-25 11:06:58 +02:00
<string name="invalid_image_path">Ungültiger Dateipfad</string>
<string name="image_editing_failed">Bildbearbeitung fehlgeschlagen</string>
<string name="edit_image_with">Bearbeite Bild mit:</string>
<string name="no_editor_found">Kein Bildeditor gefunden</string>
<string name="unknown_file_location">Unbekannter Dateiort</string>
<string name="error_saving_file">Konnte Quelldatei nicht überschreiben</string>
2017-04-10 22:02:37 +02:00
<string name="rotate_left">drehe links</string>
<string name="rotate_right">drehe rechts</string>
<string name="rotate_one_eighty">drehe um 180º</string>
<string name="flip">Spiegeln</string>
2017-04-14 14:42:47 +02:00
<string name="flip_horizontally">Horizontal</string>
<string name="flip_vertically">Vertikal</string>
<string name="out_of_memory_error">Out of memory error</string>
2016-10-05 22:07:32 +02:00
<!-- Set wallpaper -->
<string name="simple_wallpaper">Simple Wallpaper</string>
2016-10-25 11:06:58 +02:00
<string name="set_as_wallpaper">Als Hintergrundbild festlegen</string>
<string name="set_as_wallpaper_failed">Setzen des Hintergrundbildes fehlgeschlagen</string>
2016-10-25 11:06:58 +02:00
<string name="set_as_wallpaper_with">Als Hintergrundbild festlegen mit:</string>
<string name="no_wallpaper_setter_found">Keine passende App gefunden</string>
<string name="setting_wallpaper">Setze Hintergrundbild&#8230;</string>
2016-10-25 11:06:58 +02:00
<string name="wallpaper_set_successfully">Hintergrundbild erfolgreich festgelegt</string>
2017-04-10 22:02:37 +02:00
<string name="portrait_aspect_ratio">Hochformat</string>
<string name="landscape_aspect_ratio">Querformat</string>
2016-09-06 13:38:07 +02:00
<!-- Settings -->
2016-10-25 11:06:58 +02:00
<string name="show_hidden_folders">Zeige versteckte Ordner</string>
<string name="autoplay_videos">Spiele Videos automatisch ab</string>
<string name="toggle_filename">Toggle filename visibility</string>
2017-01-11 18:12:52 +01:00
<string name="show_media">Medienauswahl</string>
2017-01-03 23:30:44 +01:00
<string name="images">nur Bilder</string>
<string name="videos">nur Videos</string>
<string name="images_and_videos">Bilder und Videos</string>
2017-01-11 18:12:52 +01:00
<string name="loop_videos">Video Endlos-Schleife</string>
<string name="animate_gifs">Animate gifs at thumbnails</string>
2017-04-01 21:17:49 +02:00
<string name="max_brightness">Max brightness when viewing media</string>
<string name="crop_thumbnails">Crop thumbnails into squares</string>
2017-04-01 21:17:49 +02:00
<string name="screen_rotation_by">Rotate fullscreen media by</string>
2017-04-10 22:02:37 +02:00
<string name="screen_rotation_system_setting">System Einstellunge</string>
<string name="screen_rotation_device_rotation">Gerät Drehung</string>
<string name="screen_rotation_aspect_ratio">Seitenverhältnis</string>
2016-09-06 13:38:07 +02:00
2016-11-24 23:30:51 +01:00
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
2016-12-10 11:18:09 +01:00
<!-- Short description has to have less than 80 chars -->
2016-11-24 23:30:51 +01:00
<string name="app_short_description">A gallery for viewing photos and videos without ads.</string>
<string name="app_long_description">
A simple tool usable for viewing photos and videos. Items can be sorted by date, size, name both ascending or descending, photos can be zoomed in. Media files are shown in multiple columns depending on the size of the display, you can change the column count by pinch gestures. They can be renamed, shared, deleted, copied, moved. Images can also be cropped, rotated or set as Wallpaper directly from the app.
2016-11-24 23:30:51 +01:00
The Gallery is also offered for third party usage for previewing images / videos, adding attachments at email clients etc. It\'s perfect for everyday usage.
2017-01-05 00:03:15 +01:00
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
2016-11-24 23:30:51 +01:00
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
</string>
2016-12-11 10:59:05 +01:00
<!--
Haven't found some strings? There's more at
2016-12-26 20:44:21 +01:00
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
2016-12-11 10:59:05 +01:00
-->
2016-09-06 13:38:07 +02:00
</resources>