reordering some strings
This commit is contained in:
parent
9af5e141d9
commit
5d87790024
|
@ -1,70 +1,299 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simpla Kalendaro</string>
|
||||
<string name="app_launcher_name">Kalendaro</string>
|
||||
<string name="change_view">Ŝanĝi vidon</string>
|
||||
<string name="daily_view">Taga vido</string>
|
||||
<string name="weekly_view">Semajna vido</string>
|
||||
<string name="monthly_view">Monata vido</string>
|
||||
<string name="monthly_daily_view">Monata kaj taga vido</string>
|
||||
<string name="yearly_view">Jara vido</string>
|
||||
<string name="simple_event_list">Simple event list</string>
|
||||
<string name="no_upcoming_events">Seems like you don\'t have any upcoming events.</string>
|
||||
<string name="go_to_today">Iri hodiaŭen</string>
|
||||
<string name="go_to_date">Iri al dato</string>
|
||||
<string name="upgraded_from_free">Hey,\n\nseems like you upgraded from the old free app. 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.\n\nYou can then uninstall the old version, which has an \'Upgrade to Pro\' button at the top of the app settings. You will then only have to reset your app settings.\n\nThanks!</string>
|
||||
<!-- Widget titles -->
|
||||
<string name="widget_monthly">Calendar monthly</string>
|
||||
<string name="widget_list">Calendar event list</string>
|
||||
<string name="widget_todays_date">Calendar today\'s date</string>
|
||||
<!-- Event -->
|
||||
<string name="event">Evento</string>
|
||||
<string name="edit_event">Modifi eventon</string>
|
||||
<string name="new_event">Nova evento</string>
|
||||
<string name="create_new_event">Krei novan eventon</string>
|
||||
<string name="duplicate_event">Duplicate event</string>
|
||||
<string name="title_empty">Title cannot be empty</string>
|
||||
<string name="end_before_start">The event cannot end earlier than it starts</string>
|
||||
<string name="event_added">Event added successfully</string>
|
||||
<string name="event_updated">Event updated successfully</string>
|
||||
<string name="filter_events_by_type">Filter events by type</string>
|
||||
<string name="please_fill_location">Please fill in a location to be shown on a map</string>
|
||||
<string name="public_event_notification_text">An event is upcoming</string>
|
||||
<string name="saving_filtered_out">Saving… But the selected event type is filtered out in the top Menu - Filter</string>
|
||||
<!-- Event Repetition -->
|
||||
<string name="repetition">Repetition</string>
|
||||
<string name="no_repetition">No repetition</string>
|
||||
<string name="daily">Ĉiutage</string>
|
||||
<string name="weekly">Ĉiusemajne</string>
|
||||
<string name="repeat_every_m">Ripeti je ĉiu</string>
|
||||
<string name="every_m">Ĉiu</string>
|
||||
<string name="repeat_every_f">Ripeti je ĉiu</string>
|
||||
<string name="every_f">Ĉiu</string>
|
||||
<string name="fifth_f">kvina</string>
|
||||
<string name="my_status">Mia stato:</string>
|
||||
<string name="thursday_alt">ĵaŭdo</string>
|
||||
<string name="friday_alt">vendredo</string>
|
||||
<string name="app_name">Simpla Kalendaro</string>
|
||||
<string name="daily_view">Taga vido</string>
|
||||
<string name="monthly">Ĉiumonate</string>
|
||||
<string name="change_view">Ŝanĝi vidon</string>
|
||||
<string name="weekly_view">Semajna vido</string>
|
||||
<string name="monthly_view">Monata vido</string>
|
||||
<string name="yearly_view">Jara vido</string>
|
||||
<string name="yearly">Ĉiujare</string>
|
||||
<string name="weeks_raw">semajnoj</string>
|
||||
<string name="months_raw">monatoj</string>
|
||||
<string name="years_raw">jaroj</string>
|
||||
<string name="fourth_f">kvara</string>
|
||||
<string name="repeat_till">Ripeti ĝis</string>
|
||||
<string name="forever">Forever</string>
|
||||
<string name="event_is_repeatable">The event is repeatable</string>
|
||||
<string name="selection_contains_repetition">The selection contains repeating events</string>
|
||||
<string name="delete_one_only">Delete the selected occurrence only</string>
|
||||
<string name="delete_future_occurrences">Delete this and all future occurrences</string>
|
||||
<string name="delete_all_occurrences">Delete all occurrences</string>
|
||||
<string name="update_one_only">Update the selected occurrence only</string>
|
||||
<string name="update_this_and_future_occurrences">Update this and all future occurrences</string>
|
||||
<string name="update_all_occurrences">Update all occurrences</string>
|
||||
<string name="repeat_till_date">Repeat till a date</string>
|
||||
<string name="stop_repeating_after_x">Stop repeating after x occurrences</string>
|
||||
<string name="repeat_forever">Repeat forever</string>
|
||||
<string name="times">times</string>
|
||||
<string name="repeat">Ripeti</string>
|
||||
<string name="repeat_on">Ripeti je</string>
|
||||
<string name="every_day">Every day</string>
|
||||
<string name="selected_days">On selected days</string>
|
||||
<string name="the_same_day">The same day</string>
|
||||
<string name="the_last_day">The last day</string>
|
||||
<string name="repeat_on_the_same_day_monthly">Repeat on the same day each month</string>
|
||||
<string name="repeat_on_the_last_day_monthly">Repeat on the last day of the month</string>
|
||||
<string name="repeat_on_the_same_day_yearly">Repeat on the same day every year</string>
|
||||
<string name="repeat_every_m">Ripeti je ĉiu</string>
|
||||
<string name="every_m">Ĉiu</string>
|
||||
<string name="first_m">unua</string>
|
||||
<string name="second_m">dua</string>
|
||||
<string name="last_m">lasta</string>
|
||||
<string name="first_f">unua</string>
|
||||
<string name="sunday_alt">dimanĉo</string>
|
||||
<string name="third_m">tria</string>
|
||||
<string name="second_f">dua</string>
|
||||
<string name="last_f">lasta</string>
|
||||
<string name="fourth_m">kvara</string>
|
||||
<string name="fifth_m">kvina</string>
|
||||
<string name="last_m">lasta</string>
|
||||
<!-- alternative versions for some languages, use the same translations if you are not sure what this means -->
|
||||
<!-- used in repetition, like "Every first Sunday" -->
|
||||
<string name="repeat_every_f">Ripeti je ĉiu</string>
|
||||
<string name="every_f">Ĉiu</string>
|
||||
<string name="first_f">unua</string>
|
||||
<string name="second_f">dua</string>
|
||||
<string name="third_f">tria</string>
|
||||
<string name="fourth_f">kvara</string>
|
||||
<string name="fifth_f">kvina</string>
|
||||
<string name="last_f">lasta</string>
|
||||
<!-- Birthdays -->
|
||||
<string name="birthdays">Naskotagoj</string>
|
||||
<string name="add_birthdays">Add contact birthdays</string>
|
||||
<string name="no_birthdays">No birthdays have been found</string>
|
||||
<string name="no_new_birthdays">No new birthdays have been found</string>
|
||||
<string name="birthdays_added">Birthdays added successfully</string>
|
||||
<string name="add_birthdays_automatically">Add new birthdays automatically</string>
|
||||
<!-- Anniversaries -->
|
||||
<string name="anniversaries">Anniversaries</string>
|
||||
<string name="add_anniversaries">Add contact anniversaries</string>
|
||||
<string name="no_anniversaries">No anniversaries have been found</string>
|
||||
<string name="no_new_anniversaries">No new anniversaries have been found</string>
|
||||
<string name="anniversaries_added">Anniversaries added successfully</string>
|
||||
<string name="add_anniversaries_automatically">Add new anniversaries automatically</string>
|
||||
<!-- Event Reminders -->
|
||||
<string name="reminder">Reminder</string>
|
||||
<string name="before">antaŭ</string>
|
||||
<string name="add_another_reminder">Add another reminder</string>
|
||||
<string name="event_reminders">Event reminders</string>
|
||||
<!-- Event attendees -->
|
||||
<string name="add_another_attendee">Add another attendee</string>
|
||||
<string name="my_status">Mia stato:</string>
|
||||
<string name="going">Going</string>
|
||||
<string name="not_going">Not going</string>
|
||||
<string name="maybe_going">Maybe going</string>
|
||||
<string name="invited">Invited</string>
|
||||
<!-- Time zones -->
|
||||
<string name="enter_a_country">Tajpu landon aŭ horzonon</string>
|
||||
<!-- Export / Import -->
|
||||
<string name="import_events">Import events</string>
|
||||
<string name="export_events">Export events</string>
|
||||
<string name="import_events_from_ics">Import events from an .ics file</string>
|
||||
<string name="export_events_to_ics">Export events to an .ics file</string>
|
||||
<string name="default_event_type">Default event type</string>
|
||||
<string name="export_past_events_too">Export past events too</string>
|
||||
<string name="include_event_types">Include event types</string>
|
||||
<string name="filename_without_ics">Filename (without .ics)</string>
|
||||
<string name="ignore_event_types">Ignore event types in the file, always use the default one</string>
|
||||
<!-- Event details -->
|
||||
<string name="location">Loko</string>
|
||||
<string name="description">Priskribo</string>
|
||||
<string name="all_day">All-day</string>
|
||||
<!-- Weekly view -->
|
||||
<string name="week">Week</string>
|
||||
<string name="start_week_with_current_day">Start week with the current day</string>
|
||||
<!-- Event types -->
|
||||
<string name="event_types">Event types</string>
|
||||
<string name="add_new_type">Add a new type</string>
|
||||
<string name="edit_type">Edit type</string>
|
||||
<string name="type_already_exists">Type with this title already exists</string>
|
||||
<string name="color">Koloro</string>
|
||||
<string name="regular_event">Regular event</string>
|
||||
<string name="cannot_delete_default_type">Default event type cannot be deleted</string>
|
||||
<string name="select_event_type">Select an event type</string>
|
||||
<string name="move_events_into_default">Move affected events into the default event type</string>
|
||||
<string name="remove_affected_events">Permanently remove affected events</string>
|
||||
<string name="unsync_caldav_calendar">To remove a CalDAV calendar you have to unsynchronize it</string>
|
||||
<!-- Holidays -->
|
||||
<string name="holidays">Festotagoj</string>
|
||||
<string name="add_holidays">Add holidays</string>
|
||||
<string name="national_holidays">Naciaj festoj</string>
|
||||
<string name="religious_holidays">Religiaj festoj</string>
|
||||
<string name="holidays_imported_successfully">Holidays have been successfully imported into the \"Holidays\" event type</string>
|
||||
<string name="importing_some_holidays_failed">Importing some events failed</string>
|
||||
<string name="importing_holidays_failed">Importing holidays failed</string>
|
||||
<!-- Settings -->
|
||||
<string name="manage_event_types">Manage event types</string>
|
||||
<string name="start_day_at">Start day at</string>
|
||||
<string name="end_day_at">End day at</string>
|
||||
<string name="midnight_spanning">Show events spanning across midnight at the top bar</string>
|
||||
<string name="allow_customizing_day_count">Allow customizing day count</string>
|
||||
<string name="week_numbers">Show week numbers</string>
|
||||
<string name="vibrate">Vibrate on reminder notification</string>
|
||||
<string name="reminder_sound">Reminder sound</string>
|
||||
<string name="no_ringtone_picker">No app capable of setting ringtone found</string>
|
||||
<string name="no_ringtone_selected">Nenio</string>
|
||||
<string name="day_end_before_start">The day cannot end earlier than it starts</string>
|
||||
<string name="caldav_sync">CalDAV sync</string>
|
||||
<string name="event_lists">Event lists</string>
|
||||
<string name="display_past_events">Display events from the past</string>
|
||||
<string name="replace_description_with_location">Replace event description with location</string>
|
||||
<string name="display_description_or_location">Display description or location</string>
|
||||
<string name="delete_all_events">Delete all events</string>
|
||||
<string name="delete_all_events_confirmation">Are you sure you want to delete all events? This will leave your event types and other settings intact.</string>
|
||||
<string name="show_a_grid">Show a grid</string>
|
||||
<string name="loop_reminders">Loop reminders until dismissed</string>
|
||||
<string name="dim_past_events">Dim past events</string>
|
||||
<string name="events">Eventoj</string>
|
||||
<string name="reminder_stream">Audio stream used by reminders</string>
|
||||
<string name="system_stream">Sistemo</string>
|
||||
<string name="alarm_stream">Alarm</string>
|
||||
<string name="notification_stream">Notification</string>
|
||||
<string name="ring_stream">Ring</string>
|
||||
<string name="use_last_event_reminders">Use the last events\' reminders as the default for new events</string>
|
||||
<string name="default_reminder_1">Default reminder 1</string>
|
||||
<string name="default_reminder_2">Default reminder 2</string>
|
||||
<string name="default_reminder_3">Default reminder 3</string>
|
||||
<string name="view_to_open_from_widget">View to open from the event list widget</string>
|
||||
<string name="last_view">Last view</string>
|
||||
<string name="new_events">Novaj eventoj</string>
|
||||
<string name="default_start_time">Default start time</string>
|
||||
<string name="next_full_hour">Next full hour</string>
|
||||
<string name="current_time">Current time</string>
|
||||
<string name="default_duration">Default duration</string>
|
||||
<string name="last_used_one">Last used one</string>
|
||||
<string name="other_time">Other time</string>
|
||||
<string name="highlight_weekends">Highlight weekends on some views</string>
|
||||
<string name="highlight_weekends_color">Color of highlighted weekends</string>
|
||||
<string name="allow_changing_time_zones">Allow changing event time zones</string>
|
||||
<string name="manage_quick_filter_event_types">Manage quick filter event types</string>
|
||||
<!-- CalDAV sync -->
|
||||
<string name="caldav">CalDAV</string>
|
||||
<string name="select_caldav_calendars">Select calendars to sync</string>
|
||||
<string name="manage_synced_calendars">Manage synced calendars</string>
|
||||
<string name="store_locally_only">Store locally only</string>
|
||||
<string name="refresh_caldav_calendars">Refresh CalDAV calendars</string>
|
||||
<string name="refreshing">Refreshing…</string>
|
||||
<string name="refreshing_complete">Refreshing complete</string>
|
||||
<string name="editing_calendar_failed">Editing calendar failed</string>
|
||||
<string name="syncing">Syncing…</string>
|
||||
<string name="synchronization_completed">Sync completed</string>
|
||||
<string name="select_a_different_caldav_color">Select a different color (might be applied locally only)</string>
|
||||
<string name="insufficient_permissions">You are not allowed to write in the selected calendar</string>
|
||||
<string name="caldav_event_not_found">Event not found. Please enable CalDAV sync for the appropriate calendar in the app settings.</string>
|
||||
<string name="no_synchronized_calendars">No synchronizable calendars have been found</string>
|
||||
<string name="status_free">Free</string>
|
||||
<string name="status_busy">Busy</string>
|
||||
<!-- alternative versions for some languages, use the same translations if you are not sure what this means -->
|
||||
<!-- used in repetition, like "Every last Sunday" -->
|
||||
<string name="monday_alt">lundo</string>
|
||||
<string name="tuesday_alt">mardo</string>
|
||||
<string name="wednesday_alt">merkredo</string>
|
||||
<string name="thursday_alt">ĵaŭdo</string>
|
||||
<string name="friday_alt">vendredo</string>
|
||||
<string name="saturday_alt">sabato</string>
|
||||
<string name="go_to_today">Iri hodiaŭen</string>
|
||||
<string name="go_to_date">Iri al dato</string>
|
||||
<string name="repeat_till">Ripeti ĝis</string>
|
||||
<string name="repeat">Ripeti</string>
|
||||
<string name="repeat_on">Ripeti je</string>
|
||||
<string name="birthdays">Naskotagoj</string>
|
||||
<string name="location">Loko</string>
|
||||
<string name="description">Priskribo</string>
|
||||
<string name="holidays">Festotagoj</string>
|
||||
<string name="no_ringtone_selected">Nenio</string>
|
||||
<string name="system_stream">Sistemo</string>
|
||||
<string name="sunday_alt">dimanĉo</string>
|
||||
<!-- List widget config example events -->
|
||||
<string name="sample_title_1">Workout</string>
|
||||
<string name="sample_description_1">Leg day</string>
|
||||
<string name="sample_title_2">Renkontiĝo kun Johano</string>
|
||||
<string name="sample_description_2">En la Rokĝardeno</string>
|
||||
<string name="sample_title_3">Biblioteko</string>
|
||||
<string name="sample_title_4">Tagmanĝo kun Mario</string>
|
||||
<string name="sample_description_4">En la Placo</string>
|
||||
<string name="religious_holidays">Religiaj festoj</string>
|
||||
<string name="national_holidays">Naciaj festoj</string>
|
||||
<string name="enter_a_country">Tajpu landon aŭ horzonon</string>
|
||||
<string name="caldav">CalDAV</string>
|
||||
<string name="sample_title_3">Biblioteko</string>
|
||||
<string name="color">Koloro</string>
|
||||
<string name="events">Eventoj</string>
|
||||
<string name="new_events">Novaj eventoj</string>
|
||||
</resources>
|
||||
<string name="sample_title_5">Coffee time</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">How can I remove the holidays imported via the \"Add holidays\" button?</string>
|
||||
<string name="faq_1_text">Holidays created that way are inserted in a new event type called \"Holidays\". You can go in Settings -> Manage Event Types,
|
||||
long press the given event type and delete it by selecting the trashbin.</string>
|
||||
<string name="faq_2_title">Can I sync my events via Google Calendar, or other service supporting CalDAV?</string>
|
||||
<string name="faq_2_text">Yes, just toggle \"CalDAV sync\" in the app settings and select the calendars you want to sync. However, you will need some third party app handling the synchronization between the device and servers.
|
||||
In case you want to synchronize a Google calendar, their official Calendar app will do the job. For other calendars you will need a third party sync adapter, for example DAVx5.</string>
|
||||
<string name="faq_3_title">I see the visual reminders, but hear no audio. What can I do?</string>
|
||||
<string name="faq_3_text">Not just displaying the actual reminder, but playing the audio is hugely affected by the system too. If you can\'t hear any sound, try going in the app settings,
|
||||
pressing the \"Audio stream used by reminders\" option and changing it to a different value. If it still won\'t work, check your sound settings, if the particular stream isn\'t muted.</string>
|
||||
<string name="faq_4_title">Does the app support time zones?</string>
|
||||
<string name="faq_4_text">Yes, it does. By default all events are created in your current time zone. If you want to change an events\' time zone,
|
||||
you will first have to enable the time zone picker at the app settings, then change it at the Event Details screen. It is disabled by default as most people won\'t need it.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Simple Calendar Pro - Events & Reminders</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Simple mobile 2020 calendar. Schedule planner & appointment reminder for any day</string>
|
||||
<string name="app_long_description">
|
||||
Simple Calendar Pro is a fully customizable, offline calendar designed to do exactly what a calendar should do. <b>No complicated features, unnecessary permissions and no ads!</b>
|
||||
|
||||
Whether you’re organizing single or recurring events, birthdays, anniversaries, business meetings, appointments or anything else, Simple Calendar Pro makes it <b>easy to stay organized</b>. With an incredible variety of <b>customization options</b> you can customize event reminders, notification sounds, calendar widgets and how the app looks.
|
||||
|
||||
Daily, weekly and monthly views make checking your upcoming events & appointments a breeze. You can even view everything as a simple list of events rather than in calendar view, so you <b>know exactly what’s coming up in your life and when. </b>
|
||||
|
||||
----------------------------------------------------------
|
||||
<b>Simple Calendar Pro – Features & Benefits</b>
|
||||
----------------------------------------------------------
|
||||
|
||||
✔️ No ads or annoying popups
|
||||
✔️ No internet access needed, giving you more privacy & security
|
||||
✔️ Only the bare minimum permissions required
|
||||
✔️ Emphasis on simplicity – does what a calendar needs to do!
|
||||
✔️ Open source
|
||||
✔️ Fully customizable themes & calendar / event widgets
|
||||
✔️ Translated into 29 languages
|
||||
✔️ Export settings to .txt files to import to another device
|
||||
✔️ CalDAV calendar sync supported to sync events across devices
|
||||
✔️ Daily, weekly, monthly, yearly & event views on the calendar
|
||||
✔️ Supports exporting & importing events via .ics files
|
||||
✔️ Set multiple event reminders, customize event reminder sound and vibration
|
||||
✔️ Snooze option for reminders
|
||||
✔️ Easily add holidays, birthdays, anniversaries & appointments
|
||||
✔️ Customize events – start time, duration, reminders etc
|
||||
✔️ Add event attendees to each event
|
||||
✔️ Use as a personal calendar or a business calendar
|
||||
✔️ Choose between reminders & email notifications to alert you about an event
|
||||
|
||||
DOWNLOAD SIMPLE CALENDAR PRO – THE SIMPLE OFFLINE CALENDAR WITH NO ADS!
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Standalone website of Simple Calendar Pro:</b>
|
||||
https://www.simplemobiletools.com/calendar
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue