forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locale.ini
2321 lines (2311 loc) · 101 KB
/
locale.ini
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[*]
StartNew=Start new
NameActivity={{name}} Activity
RemoveFavorite=Remove favorite
MakeFavorite=Make favorite
VersionNumber=Version {{number}}
FavoritesView=Favorites view
ListView=List view
Home=Home
FilterFavorites=Filter favorites
SecondsAgo=Seconds ago
Ago={{time}} ago
Minutes_one=minute
Minutes_other=minutes
Hours_one=hour
Hours_other=hours
Days_one=day
Days_other=days
Weeks_one=week
Weeks_other=weeks
Months_one=month
Months_other=months
Years_one=year
Years_other=years
SecondsAgo_short=Sec. ago
Ago_short={{time}} ago
Minutes_one_short=mn
Minutes_other_short=mn
Hours_one_short=hr
Hours_other_short=hr
Days_one_short=dy
Days_other_short=dy
Weeks_one_short=wk
Weeks_other_short=wk
Months_one_short=mo
Months_other_short=mo
Years_one_short=yr
Years_other_short=yr
Shutdown=Shutdown
Restart=Restart
MySettings=My Settings
SearchHome=Search in home
JournalEmpty=Your journal is empty
NoMatchingActivities=No matching activities
ClearSearch=Clear search
SearchJournal=Search in journal
Anytime=Anytime
Today=Today
SinceYesterday=Since yesterday
PastWeek=Past week
PastMonth=Past month
PastYear=Past year
Anything=Anything
NoMatchingEntries=No matching entries
SearchSettings=Search in settings
AboutMe=About me
AboutMyComputer=About my computer
MySecurity=My security
SecurityMessage=If you want to change your images, first type current images:
SecurityMessageNew=Now choose at least {{min}} new images:
SecurityMessageDone=Images updated!
InvalidPassword=Invalid images
MyPrivacy=My privacy
PrivacyStats=Do not send to the server statistics about my usage of the app
PrivacySync=Do not synchronize my local journal with the server
Language=Language
Done=Done
Ok=Ok
Cancel=Cancel
ClickToChangeColor=Click to change color:
Warning=Warning
ChangesRequireRestart=Changes require restart
CancelChanges=Cancel changes
RestartNow=Restart now
ChooseLanguage=Choose language you prefer:
English=English
Spanish=Spanish
French=French
Igbo=Igbo
Yoruba=Yoruba
German=German
Arabic=Arabic
Japanese=Japanese
Polish=Polish
Portuguese=Portuguese
Software=Software
ClientType=Client type:
Browser=Browser:
BrowserVersion=Browser version:
UserAgent=User agent:
Storage=Storage:
StorageSize={{used}} bytes - {{percent}}%
JournalAlmostFull=Warning: Journal almost full!
ShortForBytes=b
ShortForKilobytes=Kb
ShortForMegabytes=Mb
Copyright=Copyright and license
LicenseTerms=Sugarizer is an open source software licensed under the Apache 2.0 license.
LicenseTermsPlus=Most activities use this license too but some could use a different license, check activities credits to be sure.
RestartActivity=Restart
CopyToLocal=Copy to local
CopyToPrivate=Copy to remote
CopyToShared=Copy to shared
ByUser=by {{user}}
Erase=Erase
ErrorLoadingRemote=Remote server not responding
Retry=Retry
Server=About my server
ConnectedToServer=Connected to a server
ServerUrl=Server address:
ServerDescription=Description:
ServerName=Server Name:
UserId=User name on server:
SessionExpired=Server connection expired
SecurityMessageExpired=Connection expired, type your images:
NeighborhoodView=Neighborhood View
SearchNeighbor=Search in Neighborhood
Connected=Connected
JoinActivity=Join
Name=Name:
Next=Next
Back=Back
ClickToColor=Click to change color:
NewUser=New user
Login=Login
Logoff=Logoff
ChooseName=Choose name:
Password=Your images:
ChoosePassword=Choose at least {{min}} images:
UserLoginInvalid=Invalid user name or images
UserAlreadyExist=User already exist
ServerError=Server error code {{code}}
ServerNotSet=Your server is not set
AndroidSettings=Android Settings
ResetLauncher=Switch Launcher
JoinNetwork=Join Network
EnterKey=Enter shared key
SetLauncherTitle=Change the launcher
SetLauncherText=You can use either SugarizerOS as a launcher or only use the Sugarizer environment as an application with your native launcher. The launcher you are actually using is {{launcher}}, click on the icon of the launcher you want to switch to.
Disconnect=Disconnect
Synchronize=Synchronize
RetrievingJournal=Synchronizing Journal...
Loading=Loading...
AllDataWillBeLost=Journal and settings will be lost
ClickMore=Click again for more options
ReinitJournalAndSettings=Reinit journal and settings
ForgetPassword=Forget password
CopyToDevice=Copy to your device
FileWroteTo=Wrote file to {{file}}
ErrorWritingFile=Can't write file
UnableToConnect=Unable to connect to server
Refresh=Retry
Tutorial=Tutorial
TutoPrev=Prev
TutoNext=Next
TutoEnd=End
TutoUserTitle=Me
TutoUserContent=This icon is you. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoActivityTitle=Activity
TutoActivityContent=Around you are icons for activities. Click on these icons to run activities. Pass the mouse over it or long touch it to display advanced launch menu.
TutoJournalTitle=Journal
TutoJournalContent=Journal is the place to retrieve the work you've done in activities and access your history.
TutoFavoriteTitle=Favorite view
TutoFavoriteContent=Use this button to display the favorite view.
TutoListTitle=List view
TutoListContent=Use this button to display all activities and to select activities in the favorite view.
TutoFavswitchTitle=Favorite switch
TutoFavswitchContent=Use this icon to change visibility of this activity in the favorite view.
TutoSearchTitle=Search activity
TutoSearchContent=Use this text to search an activity by its name.
TutoNeighborTitle=Neighborhood view
TutoNeighborContent=Display users around you and join activities they shared.
TutoRunTitle=Now it's your turn!
TutoRunContent=Now look for the Shared Notes activity icon and click on it to run the activity.
TutoJournalIntroTitle=Journal
TutoJournalIntroContent=You're in the Journal. The Journal is the place to retrieve the work you've done. Each row is one thing you've done. Just click on it to reopen it in its old state.
TutoJournalActivityTitle=Activity
TutoJournalActivityContent=Here's the icon of the activity you've done. Pass the mouse over it or long touch it to access advanced features (erase the row, copy to other journals, ...).
TutoJournalTimeTitle=When
TutoJournalTimeContent=Here's the time when you've done the activity: seconds, minutes, hours, days or month ago.
TutoJournalTitleTitle=Title
TutoJournalTitleContent=It's the title of the activity. By default it's just the name of the activity but you could change it. Just click on it to do that.
TutoJournalFavoriteTitle=Favorite
TutoJournalFavoriteContent=If you click on this icon, this Journal entry will be marked as favorite so it will be easy for you to find it in the list.
TutoJournalFavButtonTitle=Show favorites
TutoJournalFavButtonContent=Click on this icon to filter Journal on the favorite flag.
TutoJournalSearchTitle=Search entry
TutoJournalSearchContent=Use this text to search an entry by its title.
TutoJournalTypeTitle=Filter by type
TutoJournalTypeContent=Click here to select and filter Journal by activity type.
TutoJournalTimeButtonTitle=Filter by time
TutoJournalTimeButtonContent=Click here to view only activities that you've done in a period of time.
TutoJournalLocalTitle=Local Journal
TutoJournalLocalContent=When this icon is active, you're seeing the content of the local journal. All this content is stored on your current device.
TutoJournalCloudOneTitle=Remote Journal
TutoJournalCloudOneContent=Click on this icon to display the content of your private journal on the server. You're the only one to access to this journal. It's a good place to store content that you don't want to loose.
TutoJournalCloudAllTitle=Shared Journal
TutoJournalCloudAllContent=Click on this icon to display the content of the shared journal on the server. Every user connected to the same server could access to this journal. So, it's nice to share your work with others.
TutoGotoHomeTitle=Home view
TutoGotoHomeContent=Click here to go back to the home view.
TutoNeighborIntroTitle=Neighborhood view
TutoNeighborIntroContent=You're in the Neighborhood view. Here you could see users around you connected to the same server.
TutoNeighborIntroContent2=You're in the Neighborhood view. Here you could see users around you connected to the same server. You could also see all WiFi access point around you.
TutoNeighborUserTitle=You
TutoNeighborUserContent=This icon is you like other users could see you on their own Neighborhood view. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoNeighborServerTitle=Your server
TutoNeighborServerContent=This icon is the server where you're connected. You could only see users connected to the same server than you.
TutoNeighborOtherTitle=Another
TutoNeighborOtherContent=This is another user connected to the same server. You could share activities with him or join an activity that he shared with you.
TutoNeighborActivityTitle=Shared activity
TutoNeighborActivityContent=This activity is shared by another user. Pass the mouse over it or long touch it to join him.
TutoNeighborWifiTitle=WiFi
TutoNeighborWifiContent=This is a WiFi access point around you. Pass the mouse over it or long touch it to connect/disconnect to this WiFi.
[en]
StartNew=Start new
NameActivity={{name}} Activity
RemoveFavorite=Remove favorite
MakeFavorite=Make favorite
VersionNumber=Version {{number}}
FavoritesView=Favorites view
ListView=List view
Home=Home
FilterFavorites=Filter favorites
SecondsAgo=Seconds ago
Ago={{time}} ago
Minutes_one=minute
Minutes_other=minutes
Hours_one=hour
Hours_other=hours
Days_one=day
Days_other=days
Weeks_one=week
Weeks_other=weeks
Months_one=month
Months_other=months
Years_one=year
Years_other=years
SecondsAgo_short=Sec. ago
Ago_short={{time}} ago
Minutes_one_short=mn
Minutes_other_short=mn
Hours_one_short=hr
Hours_other_short=hr
Days_one_short=dy
Days_other_short=dy
Weeks_one_short=wk
Weeks_other_short=wk
Months_one_short=mo
Months_other_short=mo
Years_one_short=yr
Years_other_short=yr
Shutdown=Shutdown
Restart=Restart
MySettings=My Settings
SearchHome=Search in home
JournalEmpty=Your journal is empty
NoMatchingActivities=No matching activities
ClearSearch=Clear search
SearchJournal=Search in journal
Anytime=Anytime
Today=Today
SinceYesterday=Since yesterday
PastWeek=Past week
PastMonth=Past month
PastYear=Past year
Anything=Anything
NoMatchingEntries=No matching entries
SearchSettings=Search in settings
AboutMe=About me
AboutMyComputer=About my computer
MySecurity=My security
SecurityMessage=If you want to change your images, first type current images:
SecurityMessageNew=Now choose at least {{min}} new images:
SecurityMessageDone=Images updated!
InvalidPassword=Invalid images
MyPrivacy=My privacy
PrivacyStats=Do not send to the server statistics about my usage of the app
PrivacySync=Do not synchronize my local journal with the server
Language=Language
Done=Done
Ok=Ok
Cancel=Cancel
ClickToChangeColor=Click to change color:
Warning=Warning
ChangesRequireRestart=Changes require restart
CancelChanges=Cancel changes
RestartNow=Restart now
ChooseLanguage=Choose language you prefer:
English=English
Spanish=Spanish
French=French
Igbo=Igbo
Yoruba=Yoruba
German=German
Arabic=Arabic
Japanese=Japanese
Polish=Polish
Portuguese=Portuguese
Software=Software
ClientType=Client type:
Browser=Browser:
BrowserVersion=Browser version:
UserAgent=User agent:
Storage=Storage:
StorageSize={{used}} bytes - {{percent}}%
JournalAlmostFull=Warning: Journal almost full!
ShortForBytes=b
ShortForKilobytes=Kb
ShortForMegabytes=Mb
Copyright=Copyright and license
LicenseTerms=Sugarizer is an open source software licensed under the Apache 2.0 license.
LicenseTermsPlus=Most activities use this license too but some could use a different license, check activities credits to be sure.
RestartActivity=Restart
CopyToLocal=Copy to local
CopyToPrivate=Copy to remote
CopyToShared=Copy to shared
ByUser=by {{user}}
Erase=Erase
ErrorLoadingRemote=Remote server not responding
Retry=Retry
Server=About my server
ConnectedToServer=Connected to a server
ServerUrl=Server address:
ServerDescription=Description:
ServerName=Server Name:
UserId=User name on server:
SessionExpired=Server connection expired
SecurityMessageExpired=Connection expired, type your images:
NeighborhoodView=Neighborhood View
SearchNeighbor=Search in Neighborhood
Connected=Connected
JoinActivity=Join
Name=Name:
Next=Next
Back=Back
ClickToColor=Click to change color:
NewUser=New user
Login=Login
Logoff=Logoff
ChooseName=Choose name:
Password=Your images:
ChoosePassword=Choose at least {{min}} images:
UserLoginInvalid=Invalid user name or images
UserAlreadyExist=User already exist
ServerError=Server error code {{code}}
ServerNotSet=Your server is not set
AndroidSettings=Android Settings
ResetLauncher=Switch Launcher
JoinNetwork=Join Network
EnterKey=Enter shared key
SetLauncherTitle=Change the launcher
SetLauncherText=You can use either SugarizerOS as a launcher or only use the Sugarizer environment as an application with your native launcher. The launcher you are actually using is {{launcher}}, click on the icon of the launcher you want to switch to.
Disconnect=Disconnect
Synchronize=Synchronize
RetrievingJournal=Synchronizing Journal...
Loading=Loading...
AllDataWillBeLost=Journal and settings will be lost
ClickMore=Click again for more options
ReinitJournalAndSettings=Reinit journal and settings
ForgetPassword=Forget password
CopyToDevice=Copy to your device
FileWroteTo=Wrote file to {{file}}
ErrorWritingFile=Can't write file
UnableToConnect=Unable to connect to server
Refresh=Retry
Tutorial=Tutorial
TutoPrev=Prev
TutoNext=Next
TutoEnd=End
TutoUserTitle=Me
TutoUserContent=This icon is you. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoActivityTitle=Activity
TutoActivityContent=Around you are icons for activities. Click on these icons to run activities. Pass the mouse over it or long touch it to display advanced launch menu.
TutoJournalTitle=Journal
TutoJournalContent=Journal is the place to retrieve the work you've done in activities and access your history.
TutoFavoriteTitle=Favorite view
TutoFavoriteContent=Use this button to display the favorite view.
TutoListTitle=List view
TutoListContent=Use this button to display all activities and to select activities in the favorite view.
TutoFavswitchTitle=Favorite switch
TutoFavswitchContent=Use this icon to change visibility of this activity in the favorite view.
TutoSearchTitle=Search activity
TutoSearchContent=Use this text to search an activity by its name.
TutoNeighborTitle=Neighborhood view
TutoNeighborContent=Display users around you and join activities they shared.
TutoRunTitle=Now it's your turn!
TutoRunContent=Now look for the Shared Notes activity icon and click on it to run the activity.
TutoJournalIntroTitle=Journal
TutoJournalIntroContent=You're in the Journal. The Journal is the place to retrieve the work you've done. Each row is one thing you've done. Just click on it to reopen it in its old state.
TutoJournalActivityTitle=Activity
TutoJournalActivityContent=Here's the icon of the activity you've done. Pass the mouse over it or long touch it to access advanced features (erase the row, copy to other journals, ...).
TutoJournalTimeTitle=When
TutoJournalTimeContent=Here's the time when you've done the activity: seconds, minutes, hours, days or month ago.
TutoJournalTitleTitle=Title
TutoJournalTitleContent=It's the title of the activity. By default it's just the name of the activity but you could change it. Just click on it to do that.
TutoJournalFavoriteTitle=Favorite
TutoJournalFavoriteContent=If you click on this icon, this Journal entry will be marked as favorite so it will be easy for you to find it in the list.
TutoJournalFavButtonTitle=Show favorites
TutoJournalFavButtonContent=Click on this icon to filter Journal on the favorite flag.
TutoJournalSearchTitle=Search entry
TutoJournalSearchContent=Use this text to search an entry by its title.
TutoJournalTypeTitle=Filter by type
TutoJournalTypeContent=Click here to select and filter Journal by activity type.
TutoJournalTimeButtonTitle=Filter by time
TutoJournalTimeButtonContent=Click here to view only activities that you've done in a period of time.
TutoJournalLocalTitle=Local Journal
TutoJournalLocalContent=When this icon is active, you're seeing the content of the local journal. All this content is stored on your current device.
TutoJournalCloudOneTitle=Remote Journal
TutoJournalCloudOneContent=Click on this icon to display the content of your private journal on the server. You're the only one to access to this journal. It's a good place to store content that you don't want to loose.
TutoJournalCloudAllTitle=Shared Journal
TutoJournalCloudAllContent=Click on this icon to display the content of the shared journal on the server. Every user connected to the same server could access to this journal. So, it's nice to share your work with others.
TutoGotoHomeTitle=Home view
TutoGotoHomeContent=Click here to go back to the home view.
TutoNeighborIntroTitle=Neighborhood view
TutoNeighborIntroContent=You're in the Neighborhood view. Here you could see users around you connected to the same server.
TutoNeighborIntroContent2=You're in the Neighborhood view. Here you could see users around you connected to the same server. You could also see all WiFi access point around you.
TutoNeighborUserTitle=You
TutoNeighborUserContent=This icon is you like other users could see you on their own Neighborhood view. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoNeighborServerTitle=Your server
TutoNeighborServerContent=This icon is the server where you're connected. You could only see users connected to the same server than you.
TutoNeighborOtherTitle=Another
TutoNeighborOtherContent=This is another user connected to the same server. You could share activities with him or join an activity that he shared with you.
TutoNeighborActivityTitle=Shared activity
TutoNeighborActivityContent=This activity is shared by another user. Pass the mouse over it or long touch it to join him.
TutoNeighborWifiTitle=WiFi
TutoNeighborWifiContent=This is a WiFi access point around you. Pass the mouse over it or long touch it to connect/disconnect to this WiFi.
[fr]
StartNew=Commencer un nouveau
NameActivity=Activité {{name}}
RemoveFavorite=Retirer le favori
MakeFavorite=Ajouter aux favoris
VersionNumber=Version {{number}}
FavoritesView=Vue favoris
ListView=Vue liste
Home=Accueil
FilterFavorites=Entrées favorites
SecondsAgo=A l\'instant
Ago=il y a {{time}}
Minutes_one=minute
Minutes_other=minutes
Hours_one=heure
Hours_other=heures
Days_one=jour
Days_other=jours
Weeks_one=semaine
Weeks_other=semaines
Months_one=mois
Months_other=mois
Years_one=an
Years_other=ans
SecondsAgo_short=A l\'instant
Ago_short=il y a {{time}}
Minutes_one_short=mn
Minutes_other_short=mn
Hours_one_short=hr
Hours_other_short=hr
Days_one_short=jr
Days_other_short=jr
Weeks_one_short=sm
Weeks_other_short=sm
Months_one_short=ms
Months_other_short=ms
Years_one_short=an
Years_other_short=an
Shutdown=Eteindre
Restart=Redémarrer
MySettings=Mes paramètres
SearchHome=Recherche activité
JournalEmpty=Votre journal est vide
NoMatchingActivities=Aucune activité ne correspond
ClearSearch=Effacer recherche
SearchJournal=Recherche dans le journal
Anytime=N'importe quand
Today=Aujourd'hui
SinceYesterday=Depuis hier
PastWeek=Depuis une semaine
PastMonth=Depuis un mois
PastYear=Depuis une année
Anything=N'importe quelle activité
NoMatchingEntries=Aucune entrée correspondante
SearchSettings=Recherche dans paramètres
AboutMe=A propos de moi
AboutMyComputer=A propos de mon ordinateur
MySecurity=Ma securité
SecurityMessage=Pour changer d'images, choisir les images actuelles:
SecurityMessageNew=Maintenant choisir au moins {{min}} nouvelles images:
SecurityMessageDone=Images mises à jour !
InvalidPassword=Images invalides
MyPrivacy=Ma vie privée
PrivacyStats=Ne pas envoyer au serveur de statistiques sur mon utilisation de l'application
PrivacySync=Ne pas synchroniser le journal local avec le serveur
Language=Langue
Done=Fait
Ok=Ok
Cancel=Annuler
ClickToChangeColor=Cliquer pour changer la couleur:
Warning=Attention
ChangesRequireRestart=Redémarrer pour valider
CancelChanges=Abandonner
RestartNow=Redémarrer maintenant
ChooseLanguage=Choisir la langue préférée:
English=Anglais
Spanish=Espagnol
French=Français
Igbo=Igbo
German=Allemand
Yoruba=Yoruba
Arabic=Arabe
Japanese=Japonais
Polish=Polonais
Portuguese=Portugais
Software=Logiciel
ClientType=Type:
Browser=Navigateur:
BrowserVersion=Version du navigateur:
UserAgent=User agent:
Storage=Stockage:
StorageSize={{used}} octets - {{percent}}%
JournalAlmostFull=Attention: le journal est presque plein !
ShortForBytes=o
ShortForKilobytes=Ko
ShortForMegabytes=Mo
Copyright=Copyright et licence
LicenseTerms=Sugarizer est un logiciel open source couvert par les termes de la licence Apache 2.0.
LicenseTermsPlus=La plupart des activités utilisent cette licence également mais certaines peuvent utiliser une licence différente, vérifiez les crédits des activités pour plus d'information.
RestartActivity=Reprendre
CopyToLocal=Copier localement
CopyToPrivate=Copier à distance
CopyToShared=Copier dans le partage
ByUser=par {{user}}
Erase=Supprimer
ErrorLoadingRemote=Le serveur distant ne répond pas
Retry=Réessayer
Server=A propos de mon serveur
ConnectedToServer=Connecté à un serveur
ServerUrl=Adresse du serveur:
ServerDescription=Description:
ServerName=Nom du serveur:
UserId=Nom utilisateur sur le serveur:
SessionExpired=Connexion serveur expirée
SecurityMessageExpired=Connexion expirée, redonner vos images:
NeighborhoodView=Vue voisinage
SearchNeighbor=Recherche dans voisinage
Connected=Connecté
JoinActivity=Rejoindre
Name=Nom:
Next=Suivant
Back=Précédent
ClickToColor=Cliquer pour changer de couleur:
NewUser=Nouvel utilisateur
Login=Se connecter
Logoff=Se déconnecter
ChooseName=Choisir nom:
Password=Vos images:
ChoosePassword=Choisir au moins {{min}} images:
UserLoginInvalid=Nom d'utilisateur ou images invalides
UserAlreadyExist=Cet utilisateur existe déjà
ServerError=Erreur serveur code {{code}}
ServerNotSet=Votre serveur n\'est pas configuré
AndroidSettings=Paramètres Android
ResetLauncher=Changer de Launcher
JoinNetwork=Rejoindre le réseau
EnterKey=Renseigner la clé partagée
SetLauncherText=Vous pouvez utiliser SugarizerOS en tant que launcher, ou garder votre Launcher natif et utiliser Sugarizer comme une application. Le launcher actuellement utilisé est {{launcher}}. Touchez l\'icône du launcher que vous souhaitez utiliser.
SetLauncherTitle=Changer de launcher
Disconnect=Se déconnecter
Loading=Chargement...
Synchronize=Synchroniser
RetrievingJournal=Synchronisation du Journal...
AllDataWillBeLost=Le journal et les préférences vont être supprimés
ClickMore=Cliquer encore pour plus d'options
ReinitJournalAndSettings=Reinitialiser le journal et les préférences
ForgetPassword=Oublier le mot de passe
CopyToDevice=Copier sur votre machine
FileWroteTo=Fichier enregistré en {{file}}
ErrorWritingFile=Erreur d'enregistrement
UnableToConnect=Impossible de se connecter au serveur
Refresh=Réessayer
Tutorial=Tutorial
TutoPrev=Préc
TutoNext=Suiv
TutoEnd=Fin
TutoUserTitle=Moi
TutoUserContent=Cet icône vous représente. Passez la souris dessus ou laissez le doigt appuyé dessus pour changer vos préférences (nom, couleur, ...).
TutoActivityTitle=Activité
TutoActivityContent=Ces icônes autour de vous sont les activités. Cliquez dessus pour lancer les activités. Passez la souris dessus ou laissez le doigt appuyé dessus pour afficher les options de lancement.
TutoJournalTitle=Journal
TutoJournalContent=Le journal est l'endroit où vous pouvez récupérer le travail que vous avez fait dans les activités et accéder à votre historique.
TutoFavoriteTitle=Vue favoris
TutoFavoriteContent=Utilisez ce bouton pour afficher la vue des favoris.
TutoListTitle=Vue liste
TutoListContent=Utilisez ce bouton pour afficher toutes les activités et sélectionner celles qui sont dans la vue des favoris.
TutoFavswitchTitle=Changer favori
TutoFavswitchContent=Utilisez cet icône pour changer la visibilité de l'activité dans la vue des favoris.
TutoSearchTitle=Recherche activité
TutoSearchContent=Utilisez ce champ pour rechercher une activité par son nom.
TutoNeighborTitle=Vue voisinage
TutoNeighborContent=Affichez les autres utilisateurs autour de vous et rejoignez les activités qu'ils partagent.
TutoRunTitle=A vous de jouer !
TutoRunContent=Maintenant cherchez l'icône de l'activité Shared Notes et cliquez dessus pour la lancer.
TutoJournalIntroTitle=Journal
TutoJournalIntroContent=Vous êtes dans le Journal. Le Journal est l'endroit où vous retrouvez le travail que vous avez réalisé. Chaque ligne correspond à une activité réalisée. Cliquez dessus pour la réouvrir dans l'état où vous l'avez arrêtée.
TutoJournalActivityTitle=Activité
TutoJournalActivityContent=Ceci est l'icône de l'activité qui a été utilisée. Passez la souris dessus ou laissez le doigt appuyé dessus pour accéder aux fonctionnalités avancées (supprimer la ligne, copier vers d'autres journaux, ...).
TutoJournalTimeTitle=Quand
TutoJournalTimeContent=Ceci est le moment où l'activité a été réalisée: il y a quelques secondes, minutes, heures, jours ou mois.
TutoJournalTitleTitle=Titre
TutoJournalTitleContent=Ceci est le titre de l'activité. Par défaut c'est le nom de l'activité mais vous pouvez le changer. Cliquer dessus pour le faire.
TutoJournalFavoriteTitle=Favori
TutoJournalFavoriteContent=Si vous cliquez sur cette icône, cette entrée du Journal sera marquée comme Favori il sera ainsi plus simple de la retrouver dans la liste.
TutoJournalFavButtonTitle=Voir favoris
TutoJournalFavButtonContent=Cliquez sur cette icône pour filtrer le Journal sur les favoris.
TutoJournalSearchTitle=Recherche entrée
TutoJournalSearchContent=Utilisez ce champ pour rechercher une entrée par son titre.
TutoJournalTypeTitle=Filtrer par type
TutoJournalTypeContent=Cliquez ici pour sélectionner un type d'activité et filtrer le Journal sur ce type.
TutoJournalTimeButtonTitle=Filtrer par date
TutoJournalTimeButtonContent=Cliquez ici pour voir uniquement les activités que vous avez réalisées dans une certaine période de temps.
TutoJournalLocalTitle=Journal local
TutoJournalLocalContent=Quand cette icône est active, vous voyez le contenu du journal local. Tout ce contenu est stocké sur votre machine actuelle.
TutoJournalCloudOneTitle=Journal à distance
TutoJournalCloudOneContent=Cliquez sur cette icône pour afficher le contenu de votre journal privé sur le serveur. Vous êtes le seul à pouvoir accéder à ce journal. Cet un bon endroit pour stocker ce que vous ne voulez pas perdre.
TutoJournalCloudAllTitle=Journal partagé
TutoJournalCloudAllContent=Cliquez sur cette icône pour afficher le contenu du journal partagé du serveur. Tous les utilisateurs connectés au même serveur peuvent accéder à ce journal. C'est donc un endroit pratique pour partager votre travail avec les autres.
TutoGotoHomeTitle=Vue accueil
TutoGotoHomeContent=Cliquez ici pour revenir à la vue accueil.
TutoNeighborIntroTitle=Vue voisinage
TutoNeighborIntroContent=Vous êtes sur la vue voisinage. Ici vous pouvez voir les utilisateurs autour de vous qui sont connectés au même serveur que vous.
TutoNeighborIntroContent2=Vous êtes sur la vue voisinage. Ici vous pouvez voir les utilisateurs autour de vous qui sont connectés au même serveur que vous. Vous pouvez aussi voir tous les points d'accès WiFi autour de vous.
TutoNeighborUserTitle=Vous
TutoNeighborUserContent=Cette icône c'est vous tel que les autres utilisateurs peuvent vous voir dans leur propre vue Voisinage. Passez la souris dessus ou laissez le doigt appuyé dessus pour modifier vos préférences (nom, couleur, ...).
TutoNeighborServerTitle=Votre serveur
TutoNeighborServerContent=Cette icône est le serveur auquel vous êtes connecté. Vous pouvez voir uniquement les utilisateurs connectés au même serveur que vous.
TutoNeighborOtherTitle=Un autre
TutoNeighborOtherContent=Ceci est un autre utilisateur connecté au même serveur que vous. Vous pouvez partager des activités avec lui ou rejoindre une activité qu'il a partagé avec vous.
TutoNeighborActivityTitle=Activité partagée
TutoNeighborActivityContent=Cette activité est partagée par un autre utilisateur. Passez la souris dessus ou laissez le doigt appuyé dessus pour la rejoindre.
TutoNeighborWifiTitle=WiFi
TutoNeighborWifiContent=Ceci est un point d'accès WiFi autour de vous. Passez la souris dessus ou laissez le doigt appuyé dessus pour vous connecter/déconnecter à ce WiFi.
[es]
StartNew=Comenzar nuevo
NameActivity=Actividad {{name}}
RemoveFavorite=Remover favorito
MakeFavorite=Hacer favorito
VersionNumber=Versión {{number}}
FavoritesView=Vista de favoritos
ListView=Vista de lista
Home=Hogar
FilterFavorites=Filtrar favoritos
SecondsAgo=Segundos atrás
Ago={{time}} atrás
Minutes_one=minuto
Minutes_other=minutos
Hours_one=hora
Hours_other=horas
Days_one=día
Days_other=días
Weeks_one=semana
Weeks_other=semanas
Months_one=mes
Months_other=meses
Years_one=año
Years_other=años
SecondsAgo_short=Seg. atrás
Ago_short={{time}} atrás
Minutes_one_short=mn
Minutes_other_short=mn
Hours_one_short=hr
Hours_other_short=hr
Days_one_short=dí
Days_other_short=dí
Weeks_one_short=sm
Weeks_other_short=sm
Months_one_short=ms
Months_other_short=ms
Years_one_short=añ
Years_other_short=añ
Shutdown=Apagar
Restart=Reiniciar
MySettings=Mis ajustes
SearchHome=Buscar en hogar
JournalEmpty=Tu diario está vacío
NoMatchingActivities=No hay actividades coincidentes
ClearSearch=Limpiar búsqueda
SearchJournal=Buscar en el diario
Anytime=Cualquier momento
Today=Hoy
SinceYesterday=Desde ayer
PastWeek=La semana pasada
PastMonth=El mes pasado
PastYear=El año pasado
Anything=Todo
NoMatchingEntries=No hay entradas coincidentes
SearchSettings=Buscar en configuraciones
AboutMe=Acerca de mí
AboutMyComputer=Acerca de mi computadora
MySecurity=My security
SecurityMessage=If you want to change your images, first type current images:
SecurityMessageNew=Now choose at least {{min}} new images:
SecurityMessageDone=Images updated!
InvalidPassword=Invalid images
Language=Idioma
Done=Hecho
Ok=Ok
Cancel=Cancelar
ClickToChangeColor=Clic para cambiar el color:
Warning=Advertencia
ChangesRequireRestart=Los cambios requieren reiniciar
CancelChanges=Cancelar cambios
RestartNow=Reiniciar ahora
ChooseLanguage=Elige el idioma que prefieras:
English=Inglés
Spanish=Español
French=Francés
Igbo=Igbo
Yoruba=Yoruba
German=Alemán
Arabic=Arabe
Japanese=Japonés
Polish=Polaco
Portuguese=Portuguese
Software=Software
ClientType=Tipo de cliente:
Browser=Navegador:
BrowserVersion=Versión del navegador:
UserAgent=User agent:
Storage=Storage:
StorageSize={{used}} bytes - {{percent}}%
JournalAlmostFull=Warning: Journal almost full!
ShortForBytes=b
ShortForKilobytes=Kb
ShortForMegabytes=Mb
Copyright=Copyright y licencia
LicenseTerms=Sugarizer es un software de código abierto bajo la licencia Apache 2.0.
LicenseTermsPlus=Most activities use this license too but some could use a different license, check activities credits to be sure.
RestartActivity=Reiniciar
CopyToLocal=Copia local
CopyToPrivate=Copia remota
CopyToShared=Copia compartida
ByUser=por {{user}}
Erase=Borrar
ErrorLoadingRemote=El servidor remoto no responde
Retry=Reintentar
Server=Acerca de mi servidor
ConnectedToServer=Conectado a un servidor
ServerUrl=Server address:
ServerDescription=Description:
ServerName=Server Name:
UserId=User name on server:
SessionExpired=Server connection expired
SecurityMessageExpired=Connection expired, type your images:
NeighborhoodView=Vista del Vecindario
SearchNeighbor=Buscar en el Vecindario
Connected=Conectado
JoinActivity=Unirse
Name=Nombre:
Next=Siguiente
Back=Anterior
ClickToColor=Haz clic para cambiar el color:
NewUser=New user
Login=Login
Logoff=Logoff
ChooseName=Choose name:
Password=Your images:
ChoosePassword=Choose at least {{min}} images:
UserLoginInvalid=Invalid user name or images
UserAlreadyExist=User already exist
ServerError=Server error code {{code}}
ServerNotSet=No se ha especificado el servidor
AndroidSettings=Configuración de Android
ResetLauncher=Cambiar el lanzador
JoinNetwork=Unirse a la red
EnterKey=Ingrese la llave compartida
SetLauncherTitle=Cambiar el lanzador
SetLauncherText=Puedes utilizar SugarizerOS como lanzador, o utilizar tu lanzador nativo para abrir el entorno Sugarizer como una aplicación. El lanzador que estas usando actualmente es {{launcher}}, clickea el icono del lanzador al que quieres cambiar.
Disconnect=Desconectar
Loading=Cargando...
Synchronize=Synchronize
RetrievingJournal=Synchronizing Journal...
AllDataWillBeLost=El diario y las preferencias se perderán
ClickMore=Clickea nuevamente para más opciones
ReinitJournalAndSettings=Reiniciar el diario y las preferencias
CopyToDevice=Copy to your device
FileWroteTo=Wrote file to {{file}}
ErrorWritingFile=Can't write file
UnableToConnect=Unable to connect to server
Refresh=Retry
Tutorial=Tutorial
TutoPrev=Prev
TutoNext=Next
TutoEnd=End
TutoUserTitle=Me
TutoUserContent=This icon is you. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoActivityTitle=Activity
TutoActivityContent=Around you are icons for activities. Click on these icons to run activities. Pass the mouse over it or long touch it to display advanced launch menu.
TutoJournalTitle=Journal
TutoJournalContent=Journal is the place to retrieve the work you've done in activities and access your history.
TutoFavoriteTitle=Favorite view
TutoFavoriteContent=Use this button to display the favorite view.
TutoListTitle=List view
TutoListContent=Use this button to display all activities and to select activities in the favorite view.
TutoFavswitchTitle=Favorite switch
TutoFavswitchContent=Use this icon to change visibility of this activity in the favorite view.
TutoSearchTitle=Search activity
TutoSearchContent=Use this text to search an activity by its name.
TutoNeighborTitle=Neighborhood view
TutoNeighborContent=Display users around you and join activities they shared.
TutoRunTitle=Now it's your turn!
TutoRunContent=Now look for the Shared Notes activity icon and click on it to run the activity.
TutoJournalIntroTitle=Journal
TutoJournalIntroContent=You're in the Journal. The Journal is the place to retrieve the work you've done. Each row is one thing you've done. Just click on it to reopen it in its old state.
TutoJournalActivityTitle=Activity
TutoJournalActivityContent=Here's the icon of the activity you've done. Pass the mouse over it or long touch it to access advanced features (erase the row, copy to other journals, ...).
TutoJournalTimeTitle=When
TutoJournalTimeContent=Here's the time when you've done the activity: seconds, minutes, hours, days or month ago.
TutoJournalTitleTitle=Title
TutoJournalTitleContent=It's the title of the activity. By default it's just the name of the activity but you could change it. Just click on it to do that.
TutoJournalFavoriteTitle=Favorite
TutoJournalFavoriteContent=If you click on this icon, this Journal entry will be marked as favorite so it will be easy for you to find it in the list.
TutoJournalFavButtonTitle=Show favorites
TutoJournalFavButtonContent=Click on this icon to filter Journal on the favorite flag.
TutoJournalSearchTitle=Search entry
TutoJournalSearchContent=Use this text to search an entry by its title.
TutoJournalTypeTitle=Filter by type
TutoJournalTypeContent=Click here to select and filter Journal by activity type.
TutoJournalTimeButtonTitle=Filter by time
TutoJournalTimeButtonContent=Click here to view only activities that you've done in a period of time.
TutoJournalLocalTitle=Local Journal
TutoJournalLocalContent=When this icon is active, you're seeing the content of the local journal. All this content is stored on your current device.
TutoJournalCloudOneTitle=Remote Journal
TutoJournalCloudOneContent=Click on this icon to display the content of your private journal on the server. You're the only one to access to this journal. It's a good place to store content that you don't want to loose.
TutoJournalCloudAllTitle=Shared Journal
TutoJournalCloudAllContent=Click on this icon to display the content of the shared journal on the server. Every user connected to the same server could access to this journal. So, it's nice to share your work with others.
TutoGotoHomeTitle=Home view
TutoGotoHomeContent=Click here to go back to the home view.
TutoNeighborIntroTitle=Neighborhood view
TutoNeighborIntroContent=You're in the Neighborhood view. Here you could see users around you connected to the same server.
TutoNeighborIntroContent2=You're in the Neighborhood view. Here you could see users around you connected to the same server. You could also see all WiFi access point around you.
TutoNeighborUserTitle=You
TutoNeighborUserContent=This icon is you like other users could see you on their own Neighborhood view. Pass the mouse over it or long touch it to change your settings (name, color, ...).
TutoNeighborServerTitle=Your server
TutoNeighborServerContent=This icon is the server where you're connected. You could only see users connected to the same server than you.
TutoNeighborOtherTitle=Another
TutoNeighborOtherContent=This is another user connected to the same server. You could share activities with him or join an activity that he shared with you.
TutoNeighborActivityTitle=Shared activity
TutoNeighborActivityContent=This activity is shared by another user. Pass the mouse over it or long touch it to join him.
TutoNeighborWifiTitle=WiFi
TutoNeighborWifiContent=This is a WiFi access point around you. Pass the mouse over it or long touch it to connect/disconnect to this WiFi.
[de]
StartNew=Neustarten
NameActivity=Aktivität {{name}}
RemoveFavorite=Favorit entfernen
MakeFavorite=Favorit hinzufügen
VersionNumber=Version {{number}}
FavoritesView=Ansicht der Favoriten
ListView=Listenansicht
Home=Start
FilterFavorites=Favoriten filtern
SecondsAgo=Sekunden her
Ago=vor {{time}}
Minutes_one=Minute
Minutes_other=Minuten
Hours_one=Stunde
Hours_other=Stunden
Days_one=Tag
Days_other=Tage
Weeks_one=Woche
Weeks_other=Wochen
Months_one=Monat
Months_other=Monate
Years_one=Jahr
Years_other=Jahre
SecondsAgo_short=Sek. her
Ago_short=vor {{time}}
Minutes_one_short=mn
Minutes_other_short=mn
Hours_one_short=st
Hours_other_short=st
Days_one_short=tg
Days_other_short=tg
Weeks_one_short=wo
Weeks_other_short=wo
Months_one_short=mo
Months_other_short=mo
Years_one_short=jr
Years_other_short=jr
Shutdown=Beenden
Restart=Neustart
MySettings=Meine Einstellungen
SearchHome=Suche in Startseite
JournalEmpty=Dein Journal ist leer
NoMatchingActivities=Keine übereinstimmenden Aktivitäten
ClearSearch=Suche löschen
SearchJournal=Suche in Journal
Anytime=Jederzeit
Today=Heute
SinceYesterday=Seit gestern
PastWeek=Letzte Woche
PastMonth=Letzten Monat
PastYear=Letztes Jahr
Anything=Alles
NoMatchingEntries=Keine übereinstimmenden Einträge
SearchSettings=Suche in Einstellungen
AboutMe=Über mich
AboutMyComputer=Über meinen Computer
MySecurity=Meine Sicherheit
SecurityMessage=Wenn du deine Bilder ändern möchtest, tippe die aktuellen Bilder:
SecurityMessageNew=Wähle jetzt zumindest {{min}} neue Bilder:
SecurityMessageDone=Bilder aktualisiert!
InvalidPassword=Ungültige Bilder
Language=Sprache
Done=Fertig
Ok=Ok
Cancel=Abbrechen
ClickToChangeColor=Klicken um die Farbe zu ändern:
Warning=Warnung
ChangesRequireRestart=Änderung erfordert Neustart
CancelChanges=Wechsel abbrechen
RestartNow=Jetzt neustarten
ChooseLanguage=Wähle deine bevorzugte Sprache:
English=Englisch
Spanish=Spanisch
French=Französisch
Igbo=Igbo
Yoruba=Yoruba
German=Deutsch
Arabic=Arabisch
Japanese=Japanisch
Polish=Polnisch
Portuguese=Portugiesisch
Software=Software
ClientType=Client-Typ:
Browser=Browser:
BrowserVersion=Browser Version:
UserAgent=User-Agent:
Storage=Storage:
StorageSize={{used}} bytes - {{percent}}%
JournalAlmostFull=Warning: Journal almost full!
ShortForBytes=b
ShortForKilobytes=Kb
ShortForMegabytes=Mb
Copyright=Urheberschaft und Lizenz
LicenseTerms=Sugarizer ist eine quelloffene Software, die unter der Apache 2.0 Lizenz lizenziert ist.
LicenseTermsPlus=Most activities use this license too but some could use a different license, check activities credits to be sure.
RestartActivity=Neustart
CopyToLocal=Kopiere lokal
CopyToPrivate=Kopiere entfernt
CopyToShared=Kopiere geteilt
ByUser=von {{user}}
Erase=Lösche
ErrorLoadingRemote=Entfernter Server antwortet nicht
Retry=Wiederhole
Server=Über meinen Server
ConnectedToServer=Mit einem Server verbunden
ServerUrl=Server address:
ServerDescription=Description:
ServerName=Server Name:
UserId=Benutzername auf Server:
SessionExpired=Serververbindung abgelaufen
SecurityMessageExpired=Verbindung abgelaufen, tippe deine Bilder:
NeighborhoodView=Nachbarschaft Ansicht
SearchNeighbor=Suche in Nachbarschaft
Connected=Verbunden
JoinActivity=Beitreten
Name=Name:
Next=Weiter
Back=Zurück
NewUser=Neuer Benutzer
Login=Login
Logoff=Abmelden
ChooseName=Namen wählen:
Password=Deine Bilder:
ChoosePassword=Wähle zumindest {{min}} Bilder:
UserLoginInvalid=Ungültiger Benutzername oder Bilder
UserAlreadyExist=Benutzer existiert bereits
ServerError=Server error code {{code}}
ClickToColor=Klicke um die Farbe zu setzen:
ServerNotSet=Dein Server ist noch nicht eingetragen
AndroidSettings=Android Einstellungen
ResetLauncher=Launcher zurücksetzen
JoinNetwork=Netzwerk beitreten
EnterKey=Netzwerkschlüssel eingeben
SetLauncherTitle=Launcher wechseln
SetLauncherText=Sie können SugarizerOS entweder als Launcher oder die Sugarizer Umgebung als App mit Ihrem normalen Launcher verwenden. Ihr aktuell verwendeter Launcher ist {{launcher}}. Wählen Sie das Icon des Launchers, auf den Sie wechseln wollen, aus.
Disconnect=Trennen
Loading=Laden...
Synchronize=Synchronize
RetrievingJournal=Synchronizing Journal...
AllDataWillBeLost=Journal und Einstellungen werden gelöscht
ClickMore=Klicken Sie erneut für weitere Optionen
ReinitJournalAndSettings=Reinitialisiere Journal und Einstellungen
CopyToDevice=Kopiere auf dein Gerät
FileWroteTo=Datei nach {{file}} geschrieben
ErrorWritingFile=Kann Datei nicht schreiben
UnableToConnect=Unable to connect to server
Refresh=Retry