forked from UNICEF-Youth-Section/Locast-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
232 lines (201 loc) · 13.1 KB
/
Copy pathstrings.xml
File metadata and controls
232 lines (201 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<?xml version="1.0" encoding="utf-8"?>
<!-- Default, English -->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">UNICEF GIS</string>
<string name="default_api_url" translatable="false">http://pap-unicef.instedd.org/api/ </string>
<string name="app_update_url" translatable="false">http://pap-unicef.instedd.org/unicef_gis.json</string>
<string name="signup_url" translatable="false">http://pap-unicef.instedd.org/register/</string>
<string name="signup_text">Inscrivez-vous pour joindre Locast</string>
<!-- Main screen -->
<string name="about">À propos</string>
<string name="settings">Paramètres</string>
<!-- Generic user-facing error messages -->
<string name="error_no_providers">Error: no location providers</string>
<string name="error_no_maps">Error: no map handler present.</string>
<string name="error_cannot_edit">Sorry, you don\'t have permission to edit this item.</string>
<string name="error_please_enter_a_title">Please enter a title.</string>
<!-- Generic user-facing notices -->
<string name="notice_databases_reset">Local database reset.</string>
<!-- List sections -->
<string name="section_featured">Featured</string>
<string name="section_drafts">Drafts</string>
<string name="section_nearby">Nearby</string>
<string name="section_starred">Starred</string>
<string name="section_all">All</string>
<!-- casts -->
<string name="cast_title_hint">Titre du rapport</string>
<string name="add_to_project">Ajouter au projet</string>
<string name="add_cast_to_x"><b>Ajouter rapport à</b> %1$s</string>
<string name="edit_cast">Modifier rapport</string>
<string name="view_cast">Voir rapport</string>
<string name="remove_cast">Retirer rapport du project</string>
<string name="current_location">Emplacement actuel: </string>
<string name="cast_location">Emplacement du rapport: </string>
<string name="set_location">Entrez votre emplacement</string>
<string name="my_casts">Mes rapports</string>
<string name="casts_tags">Etiquettes</string>
<string name="view_casts_in_map">Voir rapports sur la carte</string>
<string name="cast_publish_title">Publier les rapports</string>
<string name="action_record_cast">Enregistrer un rapport</string>
<string name="add_cast">Ajouter un rapport</string>
<string name="description">Description</string>
<string name="cast_play">Voir rapport</string>
<string name="notice_cast_saved_uploading">Rapport sauvé. Téléchargeant sur serveur…</string>
<string name="notice_cast_saved_no_network">Le rapport a été enregistré et sera téléchargé quand une connexion réseau est établie et la synchronisation est lancée.</string>
<string name="error_cast_saving">Erreur dans l\'enregistrement du rapport.</string>
<string name="cast_recording_canceled">Enregistrement annulé</string>
<string name="cast_synchronizing">Synchronisant le rapport…</string>
<string name="notice_cast_video_has_not_been_uploaded_yet">Video du rapport n\'a pas été téléchargée.</string>
<string name="error_cast_could_not_play_video">Impossible de lire la vidéo.</string>
<string name="error_cast_no_videos">Désolé, il n\'y a pas de vidéos pour ce rapport encore…</string>
<string name="cast_error_could_not_play_video_neither_net_nor_local">Impossible de lire la vidéo pendant que le réseau est déconnecté, et il n\'y a pas de copie en cache.</string>
<!-- dialogs -->
<string name="cast_delete_title">Supprimer le rapport</string>
<string name="cast_delete_message">Etes-vous sûr de vouloir supprimer ce casting? Tous les informations seront perdues.</string>
<!-- projects -->
<string name="project_title">Project Title</string>
<string name="project_description">Project Description</string>
<string name="project_no_casts">This project does not contain any casts. You can add a cast by pressing \'menu\'.</string>
<string name="project_new_cast">Record a cast</string>
<string name="project_pick_title">Pick a project</string>
<string name="project_list_view_title">Projects</string>
<string name="edit_project">Edit Project</string>
<string name="add_project">Add Project</string>
<string name="added_cast_to">Added cast to %s</string>
<string name="project_you_joined">You have joined %s</string>
<string name="project_you_left">You have left %s</string>
<string name="error_loading_project">Error loading project.</string>
<!-- Video recorder -->
<string name="video_recorder_error_could_not_make_directory">Could not make directory, \'%1$s\', for recording videos.</string>
<string name="video_recorder_error_cannot_write_to_sd_card">Cannot write to SD card.</string>
<string name="dialog_button_delete">Delete</string>
<string name="dialog_button_rerecord">Rerecord</string>
<!-- discussion -->
<string name="discussion_hint">Comment</string>
<!-- LocationLink widget -->
<string name="location_link_no_location">No Location</string>
<string name="location_link_accuracy_meter">±%.0f meters</string>
<string name="location_link_accuracy_kilometer">±%.01f kilometers</string>
<!-- generic actions -->
<string name="done">Done</string>
<string name="publish">Publish</string>
<string name="send">Send</string>
<string name="save">Sauver</string>
<string name="wipe_database">Wipe Database</string>
<!-- privacy -->
<string name="privacy_header">Privacy:</string>
<string name="privacy_spinner">Privacy level</string>
<string name="refresh">Refresh</string>
<!-- Sync -->
<string name="sync_first">Pas de contenu local détecté. Debut de première synchronisation…</string>
<string name="sync_notification">Synchronisant le rapport…</string>
<string name="sync_success">Synchronisation réussite.</string>
<string name="sync_menu">Synchroniser</string>
<string name="sync_upload_success">Téléchargement reussit du rapport.</string>
<string name="sync_upload_success_message">\"%1$s\" a été téléchargé.</string>
<string name="error_uploading_cast_video">Erreur dans le téléchargement du rapport.</string>
<string name="sync_upload_fail">Erreur: Téléchargement a échoué.</string>
<string name="sync_upload_fail_message">\"%1$s\" n\'a pas reussit a téléchargé.</string>
<string name="error_sync_canceled">Erreur: Téléchargement a été annulé. </string>
<string name="error_sync">Impossible de synchroniser avec le serveur. Avez-vous une connexion au réseau?</string>
<string name="error_sync_no_post">Désolé, il y avait un problème de téléchargement de vos médias sur le serveur. S\'il vous plaît essayez de synchroniser à nouveau.</string>
<string name="error_sync_no_data_network">Impossible de synchroniser Locast: pas de réseau de données. S\'il vous plaît vérifier votre connexion et essayez à nouveau.</string>
<string name="sync_downloading_cast">Sous téléchargeant \"%1$s\"…</string>
<string name="sync_uploading_cast">Téléchargeant \"%1$s\"…</string>
<!-- Android Sync -->
<string name="username_label">Locast username</string>
<string name="password_label">Password</string>
<string name="login_message_authenticating">authenticating…</string>
<string name="login_message_loginfail">Invalid username or password.</string>
<string name="login_message_login_empty_password">Please enter a password.</string>
<string name="login_message_login_empty_username">Please enter your Locast username and password.</string>
<!-- Placeholder here is for application name -->
<string name="login_title">%1$s Login</string>
<string name="logout">Logout</string>
<string name="are_you_sure_you_want_to_logout">Are you sure you want to logout?\nAll unsynced casts will be lost.</string>
<string name="sync">Synchronize</string>
<string name="syncing">Synchronizing…</string>
<string name="no_pending_casts_to_sync">No pending casts to synchronize</string>
<!-- Moments -->
<string name="moment_description_hint">Briefly describe this moment (optional)</string>
<string name="save_moment">Save Moment</string>
<string name="error_moment_saving_moment">Error saving moment :-(</string>
<string name="moment_saved">Moment saved.</string>
<!-- Preferences -->
<!-- account category -->
<string name="pref_cat_account">Account</string>
<string name="pref_title_username">Username</string>
<string name="pref_title_password">Password</string>
<!-- advanced category -->
<string name="pref_cat_advanced">Advanced</string>
<string name="pref_title_server_url">Server URL</string>
<string name="pref_locast_site">Locast Site</string>
<string name="pref_locast_site_dialog_title">Choose a Locast site</string>
<string name="pref_locast_site_summary">Choose another Locast site.</string>
<string name="pref_locast_site_message">This will only affect any newly added accounts. To change this for the active instance you must first remove any existing accounts.</string>
<string name="welcome_message">Welcome! Rai Local Abruzzo is a location-based tourism application for visiting Abruzzo.</string>
<string name="auth_signin_or_skip_notice">You\'ll need an account to upload photos and videos to Rai Local Abruzzo</string>
<string name="auth_signin_for_favorites">In order to save your favorite casts, you\'ll need a Rai Local account.</string>
<string name="auth_signin_register">Sign In / Register</string>
<string name="auth_skip">Skip</string>
<string name="title_upcoming_events">Upcoming Events</string>
<string name="title_casts">Casts</string>
<string name="title_nearby">%1$s Nearby</string>
<string name="title_favorited">Favorite %1$s</string>
<string name="title_unfavorited">Non-favorite %1$s</string>
<string name="itinerary_no_casts">There are no casts in this map.</string>
<string name="list_empty">No items in this list.</string>
<string name="error_loading_event">Error loading event.</string>
<string name="auth_username_hint">alice@example.org</string>
<string name="auth_password_hint">password</string>
<string name="auth_login">Login</string>
<string name="auth_logout">Logout</string>
<!-- placeholder 1 is app name -->
<string name="auth_logout_title">%1$s Logout</string>
<!-- placeholder 1 is app name -->
<string name="auth_logout_message">This will log you out of %1$s and delete all synchronized content from your device.</string>
<string name="auth_logout_error">There was an error logging you out.</string>
<string name="empty_castmedia">There are no media in this cast.</string>
<string name="error_cast_media_no_activities">We\'re sorry, but there doesn\'t seem to be a way to play this media on your device.</string>
<string name="itineraries">Maps</string>
<string name="nearby">Nearby</string>
<string name="favorites">Favorites</string>
<string name="events">Events</string>
<string name="error_no_featured_casts">There are no featured casts.</string>
<string name="error_no_items_in_this_list">No items in this list.</string>
<string name="featured_casts">Featured Casts</string>
<string name="follow">Follow</string>
<string name="unfollow">Unfollow</string>
<string name="notice_finding_your_location">Finding your location…</string>
<string name="auth_error_could_not_contact_server">Could not contact server.</string>
<string name="auth_error_server_returned_invalid_data">Server returned invalid data.</string>
<string name="auth_error_network_protocol_error">Network protocol error: %1$s</string>
<string name="itinerary_detail_itinerary_by">Map by %1$s</string>
<string name="videoplayer_notice_loading_video">Loading video…</string>
<string name="reset_database">Reset Database</string>
<string name="cast_description_hint">Briefly describe the cast</string>
<string name="tab_location">Location</string>
<string name="tab_media">Media</string>
<string name="tab_details">Details</string>
<string name="cast_edit_select_media_type">Select media type</string>
<string-array name="cast_edit_pick">
<item >Video</item>
<item >Picture</item>
</string-array>
<string name="auth_set_site">Set Locast Site</string>
<string name="cast_edit_error_camera_did_not_return_image">Error: camera did not return an image. Please try again.</string>
<string name="cast_edit_media_empty">Tap the buttons below to add photos and videos</string>
<string name="loading_data">Loading data…</string>
<string name="wait_location">Please wait while we add your current location to the cast you are creating. To improve GPS
reception, try standing in a clear area outside away from buildings.</string>
<string name="need_more_time_to_retrieve_location">We need more time to retrieve your location. Press \'Continue\' to keep waiting or \'Stop\' to cancel the cast creation and try again later.</string>
<string name="location_service_not_working">Location service not working</string>
<string name="continue_res">Continue</string>
<string name="stop">Stop</string>
<string name="location_unknown">Cherche emplacement…</string>
<string name="location_known">Emplacement trouvé!</string>
<string name="unicef_unsynced_casts">UNICEF Unsynced Casts</string>
<string name="no_title">(no title)</string>
<string name="home">home</string>
<string name="location_refresh_label">Find Again</string>
</resources>