adding the remaining strings
This commit is contained in:
parent
8e6968ffb9
commit
c66b262028
1 changed files with 527 additions and 0 deletions
|
@ -60,4 +60,531 @@
|
|||
<string name="source_file_doesnt_exist">Вихідний файл %s не існує</string>
|
||||
<string name="prepend_filenames">Префікс імен файлів</string>
|
||||
<string name="append_filenames">Суфікс імен файлів (перед розширенням)</string>
|
||||
|
||||
<!-- Copy / Move -->
|
||||
<string name="copy">Copy</string>
|
||||
<string name="move">Move</string>
|
||||
<string name="copy_move">Copy / Move</string>
|
||||
<string name="copy_to">Copy to</string>
|
||||
<string name="move_to">Move to</string>
|
||||
<string name="source">Source</string>
|
||||
<string name="destination">Destination</string>
|
||||
<string name="select_destination">Select destination</string>
|
||||
<string name="click_select_destination">Click here to select destination</string>
|
||||
<string name="invalid_destination">Could not write to the selected destination</string>
|
||||
<string name="please_select_destination">Please select a destination</string>
|
||||
<string name="source_and_destination_same">Source and destination cannot be the same</string>
|
||||
<string name="copy_failed">Could not copy the files</string>
|
||||
<string name="copying">Copying…</string>
|
||||
<string name="copying_success">Files copied successfully</string>
|
||||
<string name="copy_move_failed">An error occurred</string>
|
||||
<string name="moving">Moving…</string>
|
||||
<string name="moving_success">Files moved successfully</string>
|
||||
<string name="moving_success_partial">Some files could not be moved</string>
|
||||
<string name="copying_success_partial">Some files could not be copied</string>
|
||||
<string name="no_files_selected">No files selected</string>
|
||||
<string name="saving">Saving…</string>
|
||||
<string name="could_not_create_folder">Could not create folder %s</string>
|
||||
<string name="could_not_create_file">Could not create file %s</string>
|
||||
|
||||
<!-- Create new -->
|
||||
<string name="create_new">Create new</string>
|
||||
<string name="folder">Folder</string>
|
||||
<string name="file">File</string>
|
||||
<string name="create_new_folder">Create new folder</string>
|
||||
<string name="name_taken">A file or folder with that name already exists</string>
|
||||
<string name="invalid_name">The name contains invalid characters</string>
|
||||
<string name="empty_name">Please enter a name</string>
|
||||
<string name="unknown_error_occurred">An unknown error occurred</string>
|
||||
|
||||
<!-- File operation conflicts -->
|
||||
<string name="file_already_exists">File \"%s\" already exists</string>
|
||||
<string name="file_already_exists_overwrite">File \"%s\" already exists. Overwrite?</string>
|
||||
<string name="folder_already_exists">Folder \"%s\" already exists</string>
|
||||
<string name="merge">Merge</string>
|
||||
<string name="keep_both">Keep both</string>
|
||||
<string name="overwrite">Overwrite</string>
|
||||
<string name="skip">Skip</string>
|
||||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Select a folder</string>
|
||||
<string name="select_file">Select a file</string>
|
||||
<string name="confirm_storage_access_title">Confirm external storage access</string>
|
||||
<string name="confirm_storage_access_text">Please choose the root folder of the SD card on the next screen, to grant write access</string>
|
||||
<string name="confirm_storage_access_text_sd">If you don\'t see the SD card, try this</string>
|
||||
<string name="confirm_selection">Confirm selection</string>
|
||||
|
||||
<plurals name="items">
|
||||
<item quantity="one">%d item</item>
|
||||
<item quantity="other">%d items</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Are you sure you want to delete 5 items? -->
|
||||
<plurals name="delete_items">
|
||||
<item quantity="one">%d item</item>
|
||||
<item quantity="other">%d items</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="deleting_items">
|
||||
<item quantity="one">Deleting %d item</item>
|
||||
<item quantity="other">Deleting %d items</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Storages -->
|
||||
<string name="select_storage">Select storage</string>
|
||||
<string name="internal">Internal</string>
|
||||
<string name="sd_card">SD Card</string>
|
||||
<string name="root">Root</string>
|
||||
<string name="wrong_root_selected">Wrong folder selected, please select the root folder of your SD card</string>
|
||||
<string name="sd_card_usb_same">SD card and USB device paths cannot be the same</string>
|
||||
<string name="app_on_sd_card">You seem to have the app installed on an SD card, that makes the app widgets unavailable. You won\'t even see them on the list of available widgets.
|
||||
It is a system limitation, so if you want to use the widgets, you have to move the app back on the internal storage.</string>
|
||||
|
||||
<!-- File properties -->
|
||||
<string name="properties">Properties</string>
|
||||
<string name="path">Path</string>
|
||||
<string name="items_selected">Items selected</string>
|
||||
<string name="direct_children_count">Direct children count</string>
|
||||
<string name="files_count">Total files count</string>
|
||||
<string name="resolution">Resolution</string>
|
||||
<string name="duration">Duration</string>
|
||||
<string name="artist">Artist</string>
|
||||
<string name="album">Album</string>
|
||||
<string name="focal_length">Focal length</string>
|
||||
<string name="exposure_time">Exposure time</string>
|
||||
<string name="iso_speed">ISO speed</string>
|
||||
<string name="f_number">F-number</string>
|
||||
<string name="camera">Camera</string>
|
||||
<string name="exif">EXIF</string>
|
||||
<string name="song_title">Song title</string>
|
||||
|
||||
<!-- Color customization -->
|
||||
<string name="background_color">Background color</string>
|
||||
<string name="text_color">Text color</string>
|
||||
<string name="primary_color">Primary color</string>
|
||||
<string name="foreground_color">Foreground color</string>
|
||||
<string name="app_icon_color">App icon color</string>
|
||||
<string name="bottom_navigation_bar_color">Bottom navigation bar color</string>
|
||||
<string name="restore_defaults">Restore defaults</string>
|
||||
<string name="change_color">Change color</string>
|
||||
<string name="theme">Theme</string>
|
||||
<string name="changing_color_description">Changing a color will make it switch to Custom theme</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="discard">Discard</string>
|
||||
<string name="undo_changes">Undo changes</string>
|
||||
<string name="undo_changes_confirmation">Are you sure you want to undo your changes?</string>
|
||||
<string name="save_before_closing">You have unsaved changes. Save before exit?</string>
|
||||
<string name="apply_to_all_apps">Apply colors to all Simple Apps</string>
|
||||
<string name="app_icon_color_warning">WARNING: Some launchers do not handle app icon customization properly. In case the icon will disappear, try launching the app via Google Play or some widget, if available.
|
||||
Once launched, just set back the default orange icon #F57C00. You might have to reinstall the app in the worst case.</string>
|
||||
<string name="share_colors_success">Colors updated successfully. A new Theme called \'Shared\' has been added, please use that for updating all app colors in the future.</string>
|
||||
<string name="purchase_thank_you">
|
||||
<![CDATA[
|
||||
Please purchase <a href="https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou">Simple Thank You</a> to unlock this function and support the development. Thanks!
|
||||
]]>
|
||||
</string>
|
||||
|
||||
<!-- Themes -->
|
||||
<string name="light_theme">Light</string>
|
||||
<string name="dark_theme">Dark</string>
|
||||
<string name="solarized">Solarized</string>
|
||||
<string name="dark_red">Dark red</string>
|
||||
<string name="black_white">Black & White</string>
|
||||
<string name="custom">Custom</string>
|
||||
<string name="shared">Shared</string>
|
||||
|
||||
<!-- What's new -->
|
||||
<string name="whats_new">What\'s new</string>
|
||||
<string name="whats_new_disclaimer">* only the bigger updates are listed here, there are always some smaller improvements too</string>
|
||||
|
||||
<!-- Actionbar items -->
|
||||
<string name="delete">Delete</string>
|
||||
<string name="remove">Remove</string>
|
||||
<string name="rename">Rename</string>
|
||||
<string name="share">Share</string>
|
||||
<string name="share_via">Share via</string>
|
||||
<string name="select_all">Select all</string>
|
||||
<string name="hide">Hide</string>
|
||||
<string name="unhide">Unhide</string>
|
||||
<string name="hide_folder">Hide folder</string>
|
||||
<string name="unhide_folder">Unhide folder</string>
|
||||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
<string name="stop_showing_hidden">Stop showing hidden media</string>
|
||||
<string name="maximum_share_reached">You cannot share this much content at once</string>
|
||||
<string name="empty_and_disable_recycle_bin">Empty and disable the Recycle Bin</string>
|
||||
<string name="undo">Undo</string>
|
||||
<string name="redo">Redo</string>
|
||||
|
||||
<!-- Sorting -->
|
||||
<string name="sort_by">Sort by</string>
|
||||
<string name="name">Name</string>
|
||||
<string name="size">Size</string>
|
||||
<string name="last_modified">Last modified</string>
|
||||
<string name="date_taken">Date taken</string>
|
||||
<string name="title">Title</string>
|
||||
<string name="filename">Filename</string>
|
||||
<string name="extension">Extension</string>
|
||||
<string name="random">Random</string>
|
||||
<string name="sort_randomly">Sort randomly</string>
|
||||
<string name="ascending">Ascending</string>
|
||||
<string name="descending">Descending</string>
|
||||
<string name="use_for_this_folder">Use for this folder only</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="proceed_with_deletion">Are you sure you want to proceed with the deletion?</string>
|
||||
<string name="deletion_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 items? -->
|
||||
<string name="move_to_recycle_bin_confirmation">Are you sure you want to move %s into the Recycle Bin?</string> <!-- Are you sure you want to move 3 items into the Recycle Bin? -->
|
||||
<string name="are_you_sure_delete">Are you sure you want to delete this item?</string>
|
||||
<string name="are_you_sure_recycle_bin">Are you sure you want to move this item into the Recycle Bin?</string>
|
||||
<string name="do_not_ask_again">Do not ask again in this session</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="no">No</string>
|
||||
|
||||
<plurals name="delete_warning">
|
||||
<item quantity="one">WARNING: You are deleting %d folder</item>
|
||||
<item quantity="other">WARNING: You are deleting %d folders</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Password protection -->
|
||||
<string name="pin">PIN</string>
|
||||
<string name="enter_pin">Enter PIN</string>
|
||||
<string name="please_enter_pin">Please enter a PIN</string>
|
||||
<string name="wrong_pin">Wrong PIN</string>
|
||||
<string name="repeat_pin">Repeat PIN</string>
|
||||
<string name="pattern">Pattern</string>
|
||||
<string name="insert_pattern">Insert pattern</string>
|
||||
<string name="wrong_pattern">Wrong pattern</string>
|
||||
<string name="repeat_pattern">Repeat pattern</string>
|
||||
<string name="fingerprint">Fingerprint</string>
|
||||
<string name="add_fingerprint">Add fingerprint</string>
|
||||
<string name="place_finger">Please place your finger on the fingerprint sensor</string>
|
||||
<string name="authentication_failed">Authentication failed</string>
|
||||
<string name="authentication_blocked">Authentication blocked, please try again in a moment</string>
|
||||
<string name="no_fingerprints_registered">You have no fingerprints registered, please add some in the Settings of your device</string>
|
||||
<string name="go_to_settings">Go to Settings</string>
|
||||
<string name="protection_setup_successfully">Password setup successfully. Please reinstall the app in case you forget it.</string>
|
||||
<string name="fingerprint_setup_successfully">Protection setup successfully. Please reinstall the app in case of problems with reseting it.</string>
|
||||
|
||||
<!-- Times -->
|
||||
<string name="yesterday">Yesterday</string>
|
||||
<string name="today">Today</string>
|
||||
<string name="tomorrow">Tomorrow</string>
|
||||
<string name="seconds_raw">seconds</string>
|
||||
<string name="minutes_raw">minutes</string>
|
||||
<string name="hours_raw">hours</string>
|
||||
<string name="days_raw">days</string>
|
||||
|
||||
<plurals name="seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<plurals name="minutes">
|
||||
<item quantity="one">%d minute</item>
|
||||
<item quantity="other">%d minutes</item>
|
||||
</plurals>
|
||||
<plurals name="hours">
|
||||
<item quantity="one">%d hour</item>
|
||||
<item quantity="other">%d hours</item>
|
||||
</plurals>
|
||||
<plurals name="days">
|
||||
<item quantity="one">%d day</item>
|
||||
<item quantity="other">%d days</item>
|
||||
</plurals>
|
||||
<plurals name="weeks">
|
||||
<item quantity="one">%d week</item>
|
||||
<item quantity="other">%d weeks</item>
|
||||
</plurals>
|
||||
<plurals name="months">
|
||||
<item quantity="one">%d month</item>
|
||||
<item quantity="other">%d months</item>
|
||||
</plurals>
|
||||
<plurals name="years">
|
||||
<item quantity="one">%d year</item>
|
||||
<item quantity="other">%d years</item>
|
||||
</plurals>
|
||||
|
||||
<!-- For example: I will be there in 5 minutes -->
|
||||
<plurals name="in_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<plurals name="in_minutes">
|
||||
<item quantity="one">%d minute</item>
|
||||
<item quantity="other">%d minutes</item>
|
||||
</plurals>
|
||||
<plurals name="in_hours">
|
||||
<item quantity="one">%d hour</item>
|
||||
<item quantity="other">%d hours</item>
|
||||
</plurals>
|
||||
|
||||
<!-- For example: Event reminder: 3 minutes before -->
|
||||
<plurals name="seconds_before">
|
||||
<item quantity="one">%d second before</item>
|
||||
<item quantity="other">%d seconds before</item>
|
||||
</plurals>
|
||||
<plurals name="minutes_before">
|
||||
<item quantity="one">%d minute before</item>
|
||||
<item quantity="other">%d minutes before</item>
|
||||
</plurals>
|
||||
<plurals name="hours_before">
|
||||
<item quantity="one">%d hour before</item>
|
||||
<item quantity="other">%d hours before</item>
|
||||
</plurals>
|
||||
<plurals name="days_before">
|
||||
<item quantity="one">%d day before</item>
|
||||
<item quantity="other">%d days before</item>
|
||||
</plurals>
|
||||
|
||||
<!-- For example: Postpone reminder by 3 minutes -->
|
||||
<plurals name="by_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<plurals name="by_minutes">
|
||||
<item quantity="one">%d minute</item>
|
||||
<item quantity="other">%d minutes</item>
|
||||
</plurals>
|
||||
<plurals name="by_hours">
|
||||
<item quantity="one">%d hour</item>
|
||||
<item quantity="other">%d hours</item>
|
||||
</plurals>
|
||||
|
||||
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
|
||||
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
|
||||
<string name="reminder_triggers_in">Time remaining till the reminder triggers:\n%s</string>
|
||||
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
|
||||
<string name="notifications_disabled">Notifications of this application are disabled. Please go in your device settings for enabling them.</string>
|
||||
|
||||
<!-- Alarms -->
|
||||
<string name="alarm">Alarm</string>
|
||||
<string name="snooze">Snooze</string>
|
||||
<string name="dismiss">Dismiss</string>
|
||||
<string name="no_reminder">No reminder</string>
|
||||
<string name="at_start">At start</string>
|
||||
<string name="system_sounds">System sounds</string>
|
||||
<string name="your_sounds">Your sounds</string>
|
||||
<string name="add_new_sound">Add a new sound</string>
|
||||
<string name="no_sound">No sound</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Settings</string>
|
||||
<string name="purchase_simple_thank_you">Purchase Simple Thank You</string>
|
||||
<string name="customize_colors">Customize colors</string>
|
||||
<string name="customize_widget_colors">Customize widget colors</string>
|
||||
<string name="use_english_language">Use English language</string>
|
||||
<string name="show_hidden_items">Show hidden items</string>
|
||||
<string name="font_size">Font size</string>
|
||||
<string name="small">Small</string>
|
||||
<string name="medium">Medium</string>
|
||||
<string name="large">Large</string>
|
||||
<string name="extra_large">Extra large</string>
|
||||
<string name="password_protect_hidden_items">Password protect hidden item visibility</string>
|
||||
<string name="password_protect_whole_app">Password protect the whole application</string>
|
||||
<string name="password_protect_file_deletion">Password protect file deletion and moving</string>
|
||||
<string name="keep_last_modified">Keep old last-modified value at file copy/move/rename</string>
|
||||
<string name="show_info_bubble">Show an info bubble at scrolling items by scrollbar dragging</string>
|
||||
<string name="prevent_phone_from_sleeping">Prevent phone from sleeping while the app is in foreground</string>
|
||||
<string name="skip_delete_confirmation">Always skip delete confirmation dialog</string>
|
||||
<string name="enable_pull_to_refresh">Enable pull-to-refresh from the top</string>
|
||||
<string name="use_24_hour_time_format">Use 24-hour time format</string>
|
||||
<string name="sunday_first">Start week on Sunday</string>
|
||||
<string name="widgets">Widgets</string>
|
||||
<string name="use_same_snooze">Always use same snooze time</string>
|
||||
<string name="snooze_time">Snooze time</string>
|
||||
<string name="vibrate_on_button_press">Vibrate on button press</string>
|
||||
<string name="move_items_into_recycle_bin">Move items into the Recycle Bin instead of deleting</string>
|
||||
<string name="recycle_bin_cleaning_interval">Recycle Bin cleaning interval</string>
|
||||
<string name="empty_recycle_bin">Empty the Recycle Bin</string>
|
||||
<string name="force_portrait_mode">Force portrait mode</string>
|
||||
|
||||
<!-- Setting sections -->
|
||||
<string name="visibility">Visibility</string>
|
||||
<string name="security">Security</string>
|
||||
<string name="scrolling">Scrolling</string>
|
||||
<string name="file_operations">File operations</string>
|
||||
<string name="recycle_bin">Recycle Bin</string>
|
||||
<string name="saving_label">Saving</string>
|
||||
<string name="startup">Startup</string>
|
||||
<string name="text">Text</string>
|
||||
|
||||
<!-- Recycle Bin -->
|
||||
<string name="restore_this_file">Restore this file</string>
|
||||
<string name="restore_selected_files">Restore selected files</string>
|
||||
<string name="restore_all_files">Restore all files</string>
|
||||
<string name="recycle_bin_emptied">The Recycle Bin has been emptied successfully</string>
|
||||
<string name="files_restored_successfully">Files have been restored successfully</string>
|
||||
<string name="empty_recycle_bin_confirmation">Are you sure you want to empty the Recycle Bin? The files will be permanently lost.</string>
|
||||
<string name="recycle_bin_empty">The Recycle Bin is empty</string>
|
||||
<string name="moving_recycle_bin_items_disabled">Moving Recycle bin items is disabled, please use Restore</string>
|
||||
|
||||
<plurals name="moving_items_into_bin">
|
||||
<item quantity="one">Moving %d item into the Recycle Bin</item>
|
||||
<item quantity="other">Moving %d items into the Recycle Bin</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Import / Export -->
|
||||
<string name="importing">Importing…</string>
|
||||
<string name="exporting">Exporting…</string>
|
||||
<string name="importing_successful">Importing successful</string>
|
||||
<string name="exporting_successful">Exporting successful</string>
|
||||
<string name="importing_failed">Importing failed</string>
|
||||
<string name="exporting_failed">Exporting failed</string>
|
||||
<string name="importing_some_entries_failed">Importing some entries failed</string>
|
||||
<string name="exporting_some_entries_failed">Exporting some entries failed</string>
|
||||
<string name="no_entries_for_exporting">No entries for exporting have been found</string>
|
||||
|
||||
<!-- OTG devices -->
|
||||
<string name="usb">USB</string>
|
||||
<string name="usb_detected">You seem to have an USB device attached to your device. To make sure its files appear properly, you need to grant additional permissions.</string>
|
||||
<string name="confirm_usb_storage_access_text">Please choose the root folder of the USB device on the next screen, to grant access</string>
|
||||
<string name="wrong_root_selected_usb">Wrong folder selected, please select the root folder of your USB device</string>
|
||||
|
||||
<!-- Dates -->
|
||||
<string name="january">January</string>
|
||||
<string name="february">February</string>
|
||||
<string name="march">March</string>
|
||||
<string name="april">April</string>
|
||||
<string name="may">May</string>
|
||||
<string name="june">June</string>
|
||||
<string name="july">July</string>
|
||||
<string name="august">August</string>
|
||||
<string name="september">September</string>
|
||||
<string name="october">October</string>
|
||||
<string name="november">November</string>
|
||||
<string name="december">December</string>
|
||||
|
||||
<!-- in January -->
|
||||
<string name="in_january">in January</string>
|
||||
<string name="in_february">in February</string>
|
||||
<string name="in_march">in March</string>
|
||||
<string name="in_april">in April</string>
|
||||
<string name="in_may">in May</string>
|
||||
<string name="in_june">in June</string>
|
||||
<string name="in_july">in July</string>
|
||||
<string name="in_august">in August</string>
|
||||
<string name="in_september">in September</string>
|
||||
<string name="in_october">in October</string>
|
||||
<string name="in_november">in November</string>
|
||||
<string name="in_december">in December</string>
|
||||
|
||||
<string name="monday">Monday</string>
|
||||
<string name="tuesday">Tuesday</string>
|
||||
<string name="wednesday">Wednesday</string>
|
||||
<string name="thursday">Thursday</string>
|
||||
<string name="friday">Friday</string>
|
||||
<string name="saturday">Saturday</string>
|
||||
<string name="sunday">Sunday</string>
|
||||
|
||||
<string name="monday_letter">M</string>
|
||||
<string name="tuesday_letter">T</string>
|
||||
<string name="wednesday_letter">W</string>
|
||||
<string name="thursday_letter">T</string>
|
||||
<string name="friday_letter">F</string>
|
||||
<string name="saturday_letter">S</string>
|
||||
<string name="sunday_letter">S</string>
|
||||
|
||||
<string name="monday_short">Mon</string>
|
||||
<string name="tuesday_short">Tue</string>
|
||||
<string name="wednesday_short">Wed</string>
|
||||
<string name="thursday_short">Thu</string>
|
||||
<string name="friday_short">Fri</string>
|
||||
<string name="saturday_short">Sat</string>
|
||||
<string name="sunday_short">Sun</string>
|
||||
|
||||
<!-- Pro version -->
|
||||
<string name="upgrade_to_pro_long">This version of the app is no longer maintained. Please upgrade to the Pro version.</string>
|
||||
<string name="it_is_free">It is free till: %s. If you download it till then, you will be able to use it for free forever.</string>
|
||||
<string name="more_info">More info</string>
|
||||
<string name="upgrade">Upgrade</string>
|
||||
<string name="upgrade_calendar">You have to migrate locally stored events manually via exporting in an .ics file, then importing. You can find both export/import buttons at the main screen menu.</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="about">About</string>
|
||||
<string name="website_label">For the source codes visit</string>
|
||||
<string name="email_label">Send your feedback or suggestions to</string>
|
||||
<string name="upgrade_to_pro">Upgrade to Pro</string>
|
||||
<string name="more_apps_underlined"><u>More apps</u></string>
|
||||
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
|
||||
<string name="invite_friends_underlined"><u>Invite friends</u></string>
|
||||
<string name="share_text">Hey, come check out %1$s at %2$s</string>
|
||||
<string name="invite_via">Invite via</string>
|
||||
<string name="rate_us_underlined"><u>Rate us</u></string>
|
||||
<string name="donate">Donate</string>
|
||||
<string name="donate_underlined"><u>Donate</u></string>
|
||||
<string name="follow_us">Follow us</string>
|
||||
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
||||
<string name="additional_info">Additional info</string>
|
||||
<string name="app_version">App version: %s</string>
|
||||
<string name="device_os">Device OS: %s</string>
|
||||
<string name="donate_please">
|
||||
<![CDATA[
|
||||
Hello,<br><br>
|
||||
hope you are enjoying the app. It contains no ads, please support its development by purchasing the <a href="https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou">Simple Thank You</a> app, it will also prevent this dialog from showing up again.<br><br>
|
||||
Thank you!
|
||||
]]>
|
||||
</string>
|
||||
<string name="purchase">Purchase</string>
|
||||
<string name="update_thank_you">Please update Simple Thank You to the latest version</string>
|
||||
<string name="before_asking_question_read_faq">Before you ask a question, please read the Frequently Asked Questions first, maybe the solution is there.</string>
|
||||
<string name="read_it">Read it</string>
|
||||
|
||||
<!-- New app (do not translate anything on the 4th line) -->
|
||||
<string name="new_app">
|
||||
<![CDATA[
|
||||
Hey,<br><br>
|
||||
just letting you know that a new app has been released recently:<br><br>
|
||||
<a href="%1$s">%2$s</a><br><br>
|
||||
You can download it by pressing the title.<br><br>
|
||||
Thanks
|
||||
]]>
|
||||
</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="frequently_asked_questions">Frequently asked questions</string>
|
||||
<string name="before_asking_question">Before you ask a question, please first read the</string>
|
||||
<string name="faq_1_title_commons">How come I don\'t see this apps widget on the list of widgets?</string>
|
||||
<string name="faq_1_text_commons">It is most likely because you moved the app on an SD card. There is an Android system limitation which hides the given app widgets
|
||||
in that case. The only solution is to move the app back onto the Internal Storage via your device settings.</string>
|
||||
<string name="faq_2_title_commons">I want to support you, but I cannot donate money. Is there anything else I can do?</string>
|
||||
<string name="faq_2_text_commons">Yes, of course. You can spread the word about the apps or give good feedback and ratings. You can also help by translating the apps in a new language, or just update some existing translations.
|
||||
You can find the guide at https://github.com/SimpleMobileTools/General-Discussion , or just shoot me a message at hello@simplemobiletools.com if you need help.</string>
|
||||
<string name="faq_3_title_commons">I deleted some files by mistake, how can I recover them?</string>
|
||||
<string name="faq_3_text_commons">Sadly, you cannot. Files are deleted instantly after the confirmation dialog, there is no trashbin available.</string>
|
||||
<string name="faq_4_title_commons">I don\'t like the widget colors, can I change them?</string>
|
||||
<string name="faq_4_text_commons">Yep, as you drag a widget on your home screen a widget config screen appears. You will see colored squares at the bottom left corner, just press them to pick a new color. You can use the slider for adjusting the alpha too.</string>
|
||||
<string name="faq_5_title_commons">Can I somehow restore deleted files?</string>
|
||||
<string name="faq_5_text_commons">If they were really deleted, you cannot. However, you can enable using a Recycle Bin instead of deleting in the app settings. That will just move the files in it instead of deleting them.</string>
|
||||
<string name="faq_6_title_commons">The app launcher icon disappeared. What can I do?</string>
|
||||
<string name="faq_6_text_commons">It is caused by your launcher not supporting icon customization properly. Try launching the app via Google Play or some widget, if available.
|
||||
Once launched, just set back the default orange icon #F57C00. You might have to reinstall the app in the worst case.</string>
|
||||
|
||||
<!-- License -->
|
||||
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
|
||||
<string name="third_party_licences">Third party licences</string>
|
||||
<string name="kotlin_title">Kotlin (programming language)</string>
|
||||
<string name="subsampling_title">Subsampling Scale Image View (zoomable imageviews)</string>
|
||||
<string name="glide_title">Glide (image loading and caching)</string>
|
||||
<string name="picasso_title">Picasso (image loading and caching)</string>
|
||||
<string name="cropper_title">Android Image Cropper (image crop and rotate)</string>
|
||||
<string name="rtl_viewpager_title">RtlViewPager (right to left swiping)</string>
|
||||
<string name="joda_title">Joda-Time (Java date replacement)</string>
|
||||
<string name="stetho_title">Stetho (debugging databases)</string>
|
||||
<string name="otto_title">Otto (event bus)</string>
|
||||
<string name="photoview_title">PhotoView (zoomable GIFs)</string>
|
||||
<string name="pattern_title">PatternLockView (pattern protection)</string>
|
||||
<string name="reprint_title">Reprint (fingerprint protection)</string>
|
||||
<string name="gif_drawable_title">Gif Drawable (loading GIFs)</string>
|
||||
<string name="autofittextview_title">AutoFitTextView (resizing text)</string>
|
||||
<string name="robolectric_title">Robolectric (testing framework)</string>
|
||||
<string name="espresso_title">Espresso (testing helper)</string>
|
||||
<string name="gson_title">Gson (JSON parser)</string>
|
||||
<string name="leak_canary_title">Leak Canary (memory leak detector)</string>
|
||||
<string name="number_picker_title">Number Picker (customizable number picker)</string>
|
||||
<string name="exoplayer_title">ExoPlayer (video player)</string>
|
||||
<string name="panorama_view_title">VR Panorama View (displaying panoramas)</string>
|
||||
<string name="sanselan_title">Apache Sanselan (reading image metadata)</string>
|
||||
<string name="filters_title">Android Photo Filters (image filters)</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue