forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locale.ini
4006 lines (3996 loc) · 270 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 - {{formatted}}
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 the README file 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
Quit=Quit
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, to select activities in the favorite view and to have more information about activities.
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.
AllType=All
SelectFilter=Select filter
SortDisplay=Sort display
SortByUpdated=Sort by updated date
SortByCreated=Sort by creation date
SortBySize=Sort by size
UnselectAll=Unselect all
SelectAll=Select all
Selected_one={{count}} selected on {{total}}
Selected_other={{count}} selected on {{total}}
Erase_one=Do you want to remove {{count}} entry?
Erase_other=Do you want to remove {{count}} entries?
Erasing=Removing...
CopyToLocal_one=Do you want to copy {{count}} entry in your local Journal?
CopyToLocal_other=Do you want to copy {{count}} entries in your local Journal?
CopyToPrivate_one=Do you want to copy {{count}} entry in your remote Journal?
CopyToPrivate_other=Do you want to copy {{count}} entries in your remote Journal?
CopyToShared_one=Do you want to copy {{count}} entry in the shared Journal?
CopyToShared_other=Do you want to copy {{count}} entries in the shared Journal?
CopyToDevice_one=Do you want to copy {{count}} entry to your device?
CopyToDevice_other=Do you want to copy {{count}} entries to your device?
Copying=Copying...
TutoJournalCheckTitle=Selection
TutoJournalCheckContent=This checkbox allow you to do actions (remove, copy) on multiple items at the same time.
TutoJournalSortButtonTitle=Sort
TutoJournalSortButtonContent=Click here to sort items by date of last update, date of creation or size.
SaveFile=Save file...
Save=Save
ChooseDirectory=Choose directory...
Choose=Choose
ErrorLoadingFile=Error loading file {{file}}
ChooseFiles=Choose files...
FilesSupported=Files supported
ImageFromDevice=Image from device
TutoJournalFromDeviceButtonTitle=Import from device
TutoJournalFromDeviceButtonContent=Click here to import content from your device to the Journal
TutoInitIntroTitle=Welcome to Sugarizer
TutoInitIntroTitleIntroContent=Welcome to Sugarizer the leading learning platform. You will find here a set of activities to create, play, learn and share.
TutoInitNewUserTitle=New user
TutoInitNewUserContent=First, you need a user to associate your content. Click here if it's your first time in Sugarizer so you could create a new user.
TutoInitLoginTitle=User login
TutoInitLoginContent=You've already created a Sugarizer user on a server? Click here to give your login information.
TutoInitHistoryTitle=Recent users
TutoInitHistoryContent=Not your first time on this device? Just click on your name here to connect.
TutoInitHelpTitle=Help me
TutoInitHelpContent=Remind you this icon. If you're lost, just click on it anytime anywhere to get some help.
TutoInitStopTitle=Quit Sugarizer
TutoInitStopContent=Click on this icon if you really want to quit Sugarizer. We will miss you!
TutoInitServerTitle=Server address
TutoInitServerContent=This is the server address where your data is store. If you know your server address, click on the padlock to unlock the field then type it. It should start by "http://" or "https://".
TutoInitNameTitle=Your name
TutoInitNameContent=The name you use to connect to the application.
TutoInitPasswordTitle=Your password
TutoInitPasswordContent=The series of images that you use as password to connect to the application. If you forget it, ask an administrator to remind you.
TutoInitNameNewTitle=Choose a name
TutoInitNameNewContent=The name you will use in the application. It could be your full name or anything you want. You could change it later.
TutoInitPasswordNewTitle=Choose a password
TutoInitPasswordNewContent=Choose a series of images that you will use as password to protect your content. You could change it later but don't forget it!
TutoInitPreviousTitle=Go back
TutoInitPreviousContent=You're not sure of your previous choice? Not a problem, just go back to the previous step.
TutoInitNextTitle=Go next
TutoInitNextContent=Validate your choice and go to the next step.
TutoInitColorTitle=Choose your colors
TutoInitColorContent=Click here to choose your favorite colors for icons. Don't worry you will be able to change it later if you change your mind.
TutoInitMainTitle=Home screen
TutoInitMainContent=You're now on the Sugarizer home screen. Everything happens from here. Let's see details.
TutoActivityAbacusactivity=Abacus lets the learner explore different representations of numbers using different mechanical counting systems developed by the ancient Romans and Chinese.
TutoActivityAbecedariumactivity=Abecedarium is an abecedary activity to learn its alphabet using images, sounds and words.
TutoActivityBlockrainactivity=Blockrain is a clone of the classic Tetris game. The objective of the game is to manipulate blocks to create horizontal lines.
TutoActivityCalculateactivity=Calculate is a calculator. The interface provides the simplest functions directly, but it also supports more complicated math and variables and even basic plotting.
TutoActivityChatPrototypeactivity=Chat provides a simple interface for collaborative discussion between users through the network. Use Neighborhood View to share a conversation.
TutoActivityChessactivity=Chess activity is a fun way to learn and challenge your friends to a game of Chess.
TutoActivityClockactivity=Clock is a simple activity to learn how to read and tell the time.
TutoActivityColorMyWorldactivity=Color My World activity let you explore the world and its countries. Fill countries with color you like or use the interactive mode to find location of countries on the offline map.
TutoActivityEbookReaderactivity=An e-book reader to read a set of books from the classical litterature.
TutoActivityEtoysactivity=EToys is a media-rich authoring environment and visual programming system. A complete educational tool for teaching children powerful ideas in compelling ways.
TutoActivityExerciseractivity=Exerciser is a tool to create your set of interactive questions (MCQ, Cloze Text, ...) and share it with your friends.
TutoActivityFalabracmanactivity=Falabracman Activity is a simple game where you have to Help Falabracman learn some words, by collecting all the letters in the right order.
TutoActivityFlipactivity=Flip is a simple strategy game where you have to flip "coins" until they are all of the same color. Each time you "win" the challenge gets more difficult.
TutoActivityFoodChainactivity=FoodChain is a pedagogical game to learn name of animals (word and pronunciation) and concept of food chains: who eats what? Who eats who? The activity is composed of 3 little games with 20 levels of growing complexity.
TutoActivityFototoonactivity=FotoToon allow you to use your pictures, drawing or images coming from Journal to create in few minutes an amazing comic strip to share with your friends.
TutoActivityGameOfLifeactivity=Game of Life is a game to observe and explore how cells interacts and evolves generation after generation. Use one of provided pattern, a full random pattern or create your own and observe what happen.
TutoActivityGearsactivity=Gears is a tool to explore the ways in which gears and chains transmit motion. Draw your gears and see it coming to life.
TutoActivityGetThingsDoneactivity=Get Things Done is a small tool to track your to-do list.
TutoActivityGridpaintactivity=Grid Paint is a simple paint activity for kids to draw pictures using a grid of triangles. Never miss your drawing with Grid Paint activity!
TutoActivityJappyactivity=Jappy is a code editor with built-in examples and a run-time environment to learn Python programming language.
TutoActivityLabyrinthJSactivity=LabyrinthJS is a lightweight mind-mapping activity to visually organize your thought or informations.
TutoActivityLastOneLosesactivity=Last One Loses is a small game against the computer. Each one had to get between 1 to 3 items on the board. The one which get the last one on the board loses the game.
TutoActivityMarkdownactivity=Markdown is an editor for lightweight markup language. It allow to format (bold, italic, ...) easily a text.
TutoActivityMazeWebactivity=A simple maze game. Move through the maze to reach the goal. Each maze is larger and more difficult than the last one.
TutoActivityMediaVieweractivity=An activity to display multimedia content coming from the Journal.
TutoActivityMemorizeactivity=The famous memorize game: find matching pairs (images, sounds or text). Memorize is actually more than just a predefined game you can play, it allows you to create new games yourself as well.
TutoActivityMindMathactivity=Mind Math is a mental calculation game similar to countdown numbers rounds. The goal is to achieve a target number by performing mathematical operations.
TutoActivityMoonactivity=Moon phase viewer, includes Lunar phase information and eclipse data.
TutoActivityPaintactivity=Paint is an activity to create paintings or drawings. Change brush size or color, draw text, stamps, include images or preset patterns.
TutoActivityPhysicsJSactivity=PhysicsJS is a physical world simulator and playground. You can add squares, circles, triangles and see them come to life with forces (think gravity and Newton) and inertia.
TutoActivityQRCodeactivity=Use easily QR Code with this simple QR Code Generator and scanner.
TutoActivityRecordactivity=Record is a basic rich-media capture activity. It lets you capture still images, video, and/or audio.
TutoActivityReflectionactivity=Reflection is a game designed around reflective symmetry. The user modifies an image until it has reflective symmetry around either the horizontal or vertical axis.
TutoActivityScratchactivity=Scratch is a full environment where you can program your own interactive stories, games, and animations.
TutoActivitySharedNotesactivity=Shared Notes is an activity that let you pin small notes - like "Post-It" - on a virtual board and share it with other users.
TutoActivitySpeakactivity=Speak is talking face. Anything you type will be spoken aloud using the speech synthesizer.
TutoActivitySprintMathactivity=Sprint Math is a simple activity to challenge yourself on mental arithmetic. Could be also played with other users through the network.
TutoActivityStopwatchactivity=StopWatch is a simple stopwatch. It shows the user a number of digital stopwatches. Each stopwatch is independent.
TutoActivityTamTamMicroactivity=Tam Tam Micro is an activity to play instruments, sounds and noise of different type.
TutoActivityTangramactivity=Tangram is a famous classical chinese game in which the goal is to rearrange the seven separate pieces into a complete image of various shapes.
TutoActivityTankOpactivity=Tank Operation is an arcade game that helps kids practice their math facts with different level of difficulty.
TutoActivityTurtleBlocksJSactivity=Turtle Blocks JS is an activity with a Logo-inspired graphical "turtle" that draws colorful art with snap-together visual programming elements.
TutoActivityVideoVieweractivity=A browser and a viewer for Khan Academy and Canopé videos.
TutoActivityXOEditoractivity=Editor for your buddy icon colors. This activity lets you explore different color patterns and choose your favorite.
TutoActivityPomodoroactivity=Pomodoro is a countdown activity used to break down work into intervals separated by short breaks.
TutoActivityConstellationactivity=Constellation is an offline planetarium that lets you see what is visible in the sky from any location on Earth.
TutoActivityFractionBounceactivity=Fraction activity is a game to learn Fraction. The player should nudge a bouncing ball to land at a point of a given fraction.
NotConnected=Not connected
TutoOfflineTitle=Not connected icon
TutoOfflineContent=When visible, this icon remind you that you're not connected. Connect your device to a server to use collaboration features and to backup your work.
PleaseConnectMessage=Connect your account to a server to use collaboration features and to backup your work.
TutoInitQRCodeTitle=Scan server code
TutoInitQRCodeContent=Use this button to scan the QR code of your server instead of typing its address.
TutoActivityWriteactivity=The Write activity is a basic word processor with a simple interface for children to let them write story, poem or essay. It also supports inserting images, performing basic layout operations and generating PDF, ODT or DOC files.
TutoActivityCalligraactivity=The Calligra activity is a fun activity to help kids learn cursive writing: letters, numbers or figures.
YouveGotDisconnected=You've been disconnected by the server
YouveGotDisconnectedAutomatically=You've been disconnected by another device
TutoActivityImplodeactivity=The Implode activity is a logic game based on blocks. The object of the game is to remove all the blocks, by removing blocks in groups of three or more.
Duplicate=Duplicate
Duplicate_one=Do you want to duplicate {{count}} entry?
Duplicate_other=Do you want to duplicate {{count}} entries?
TutoActivityCurriculumactivity=Curriculum is an activity to self evaluate your skills. You can acquire different skills from multiple categories and upload media elements to demonstrate it.
TutoActivityVoteactivity=The Vote activity allow easy creation of a poll system. The user can create a poll and then share it on the network so any user could vote in real-time.
TutoActivityPlanetsactivity=The Planets Activity provides a 3D model of planets for you to let you explore the Solar System.
InvalidUser=Unknown user
TutoActivityXmasLightsactivity=Xmas Lights activity allow creation of nice blinking Christmas lights using Sugarizer icons and colors.
TutoActivityDollarStreetactivity=The DollarStreet activity let you discover how people lives in different countries depending of their monthly income.
CookieConsent=We need <strong>cookies</strong> to keep your Sugarizer session information. <br/>Please type the <strong>Accept</strong> button to consent to this use.
PolicyLink=For more information you can read our <a target="_blank" href="{{url}}">privacy policy</a>.
Accept=Accept
Decline=Decline
TutoInitCookieTitle=Cookie usage
TutoInitCookieContent=In this screen you're asked to consent to cookies that Sugarizer use to keep your session information.
TutoInitDeclineTitle=Decline cookies
TutoInitDeclineContent=Click here to choose to decline usage of cookies. You will be able to use Sugarizer only locally.
TutoInitAcceptTitle=Accept cookies
TutoInitAcceptContent=Click here to choose to accept usage of cookies. We will be proud to have your confidence.
CheckboxCookieConsent=I'm agree to let Sugarizer use cookies to keep session information.<br/> See <a target="_blank" href="{{url}}">privacy policy</a> for more.
CheckboxToConsent=Please check box to consent to cookies
PrivacyRemove=Display delete account features
PrivacyRemoveLocal=Delete local account
PrivacyRemoveRemote=Delete server account
TutoActivityMeasureactivity=Measure activity is an activity to learn the concepts of sound.
TutoActivityStoryactivity=Story Activity uses images to prompt you to tell a story. You should try to tell a story that ties the images together into a comprehensive narrative.
[ar]
StartNew=بداية جديدة
NameActivity={{name}} النشاط
RemoveFavorite=أزل المفضل
MakeFavorite=أضف للقائمة المفضلة
VersionNumber={{number}} النسخة
FavoritesView=عرض القائمة المفضلة
ListView=عرض القائمة
Home=الصفحة الرئيسية
FilterFavorites=تصفية القائمة المفضلة
SecondsAgo=قبل ثواني
Ago=قبل {{time}}
Minutes_one=دقيقة
Minutes_other=الدقائق
Hours_one=ساعة
Hours_other=الساعات
Days_one=اليوم
Days_other=الأيام
Weeks_one=الأسبوع
Weeks_other=الأسابيع
Months_one=الشهر
Months_other=الشهور
Years_one=السنة
Years_other=السنوات
SecondsAgo_short=حاليا
Ago_short=قبل {{time}}
Minutes_one_short=دقيقة
Minutes_other_short=دقيقة
Hours_one_short=ساعة
Hours_other_short=ساعة
Days_one_short=اليوم
Days_other_short=اليوم
Weeks_one_short=الأسبوع
Weeks_other_short=الأسبوع
Months_one_short=الشهر
Months_other_short=الشهر
Years_one_short=السنة
Years_other_short=السنة
Shutdown=إغلاق
Restart=إعادة التشغيل
MySettings=إعداداتي
SearchHome=البحث على النشاط
JournalEmpty=سجلك فارغ
NoMatchingActivities=لا يوجد أي نشاط مطابق
ClearSearch=حذف البحث
SearchJournal=إبحث في السجل
Anytime=في أي وقت
Today=اليوم
SinceYesterday=منذ البارحة
PastWeek=منذ أسبوع
PastMonth=منذ شهر
PastYear=منذ سنة
Anything=أي شيء
NoMatchingEntries=المدخلات غير متطابقة
SearchSettings=إبحث في الإعدادات
AboutMe=بخصوصي
AboutMyComputer=بخصوص حاسوبي
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=اللغة
Done=منجز
Ok=نعم
Cancel=إلغاء
ClickToChangeColor=انقر لتغيير اللون:
Warning=إنتبه
ChangesRequireRestart=التغييرات تتطلب إعادة تشغيل
CancelChanges=إلغاء التغييرات
RestartNow=إعادة التشغيل الآن
ChooseLanguage=إختر اللغة التي تفضلها:
English=الإنجليزية
Spanish=الإسبانية
French=الفرنسية
Igbo=إغبو
Yoruba=يُورُبا
German=الألمانية
Arabic=عربي
Japanese=اللغة اليابانية
Polish=قطب
Portuguese=البرتغالية
Software=البرمجيات
ClientType=نوع العميل:
Browser=المتصفح:
BrowserVersion=نسخة المتصفح:
UserAgent=المستخدم: الوكيل
Storage=Storage:
StorageSize={{used}} bytes - {{formatted}}
JournalAlmostFull=Warning: Journal almost full!
ShortForBytes=b
ShortForKilobytes=Kb
ShortForMegabytes=Mb
Copyright=حقوق الطبع والنشر والترخيص
LicenseTerms=سوكاريزر هو برنامج مفتوح المصدر مرخص موجب رخصة
LicenseTermsPlus=Most activities use this license too but some could use a different license, check the README file for more information.
RestartActivity=إعادة التشغيل
CopyToLocal=أنسخ إلى المحلي
CopyToPrivate=أنسخ عن بعد
CopyToShared=أنسخ إلى المشترك
ByUser={{user}} بواسطة
Erase=حذف
ErrorLoadingRemote=المزود عن بعد لا يستجيب
Retry=أعد المحاولة
Server=بخصوص مزودي
ConnectedToServer=اتصل بالمزود
ServerUrl=Server address:
ServerDescription=Description:
ServerName=Server Name:
UserId=User name on server:
SessionExpired=Server connection expired
SecurityMessageExpired=Connection expired, type your images:
NeighborhoodView=عرض الجوار
SearchNeighbor=إبحث في الجوار
Connected=متصل
JoinActivity=إنضم
Name=الاسم:
Next=التالى
Back=السابق
ClickToColor=انقر لتغيير اللون:
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=مُهيّء مزودك غير
AndroidSettings=إعدادات الروبوت
ResetLauncher=التبديل قاذفة
JoinNetwork=تاريخ الشبكة
EnterKey=أدخل مفتاح مشترك
SetLauncherTitle=تغيير قاذفة
SetLauncherText=يمكنك استخدام إما SugarizerOS كما قاذفة، إما قاذفة الأم الخاصة بك لاستخدام فقط في بيئة Sugarizer كتطبيق. قاذفة كنت فعلا استخدام غير {{launcher}}، انقر على أيقونة قاذفة تريد التبديل إليه.
Disconnect=قطع الاتصال
Loading=جار التحميل...
Synchronize=Synchronize
RetrievingJournal=Synchronizing Journal...
AllDataWillBeLost=سيتم فقدان مجلة والإعدادات
ClickMore=انقر مرة أخرى لمزيد من الخيارات
ReinitJournalAndSettings=جلة Reinit والإعدادات
CopyToDevice=Copy to your device
FileWroteTo=Wrote file to {{file}}
ErrorWritingFile=Can't write file
UnableToConnect=Unable to connect to server
Refresh=Retry
Quit=Quit
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, to select activities in the favorite view and to have more information about activities.
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.
AllType=All
SelectFilter=Select filter
SortDisplay=Sort display
SortByUpdated=Sort by updated date
SortByCreated=Sort by creation date
SortBySize=Sort by size
UnselectAll=Unselect all
SelectAll=Select all
Selected_one={{count}} selected on {{total}}
Selected_other={{count}} selected on {{total}}
Erase_one=Do you want to remove {{count}} entry?
Erase_other=Do you want to remove {{count}} entries?
Erasing=Removing...
CopyToLocal_one=Do you want to copy {{count}} entry in your local Journal?
CopyToLocal_other=Do you want to copy {{count}} entries in your local Journal?
CopyToPrivate_one=Do you want to copy {{count}} entry in your remote Journal?
CopyToPrivate_other=Do you want to copy {{count}} entries in your remote Journal?
CopyToShared_one=Do you want to copy {{count}} entry in the shared Journal?
CopyToShared_other=Do you want to copy {{count}} entries in the shared Journal?
CopyToDevice_one=Do you want to copy {{count}} entry to your device?
CopyToDevice_other=Do you want to copy {{count}} entries to your device?
Copying=Copying...
TutoJournalCheckTitle=Selection
TutoJournalCheckContent=This checkbox allow you to do actions (remove, copy) on multiple items at the same time.
TutoJournalSortButtonTitle=Sort
TutoJournalSortButtonContent=Click here to sort items by date of last update, date of creation or size.
SaveFile=Save file...
Save=Save
ChooseDirectory=Choose directory...
Choose=Choose
ErrorLoadingFile=Error loading file {{file}}
ChooseFiles=Choose files...
FilesSupported=Files supported
ImageFromDevice=Image from device
TutoJournalFromDeviceButtonTitle=Import from device
TutoJournalFromDeviceButtonContent=Click here to import content from your device to the Journal
TutoInitIntroTitle=Welcome to Sugarizer
TutoInitIntroTitleIntroContent=Welcome to Sugarizer the leading learning platform. You will find here a set of activities to create, play, learn and share.
TutoInitNewUserTitle=New user
TutoInitNewUserContent=First, you need a user to associate your content. Click here if it's your first time in Sugarizer so you could create a new user.
TutoInitLoginTitle=User login
TutoInitLoginContent=You've already created a Sugarizer user on a server? Click here to give your login information.
TutoInitHistoryTitle=Recent users
TutoInitHistoryContent=Not your first time on this device? Just click on your name here to connect.
TutoInitHelpTitle=Help me
TutoInitHelpContent=Remind you this icon. If you're lost, just click on it anytime anywhere to get some help.
TutoInitStopTitle=Quit Sugarizer
TutoInitStopContent=Click on this icon if you really want to quit Sugarizer. We will miss you!
TutoInitServerTitle=Server address
TutoInitServerContent=This is the server address where your data is store. If you know your server address, click on the padlock to unlock the field then type it. It should start by "http://" or "https://".
TutoInitNameTitle=Your name
TutoInitNameContent=The name you use to connect to the application.
TutoInitPasswordTitle=Your password
TutoInitPasswordContent=The series of images that you use as password to connect to the application. If you forget it, ask an administrator to remind you.
TutoInitNameNewTitle=Choose a name
TutoInitNameNewContent=The name you will use in the application. It could be your full name or anything you want. You could change it later.
TutoInitPasswordNewTitle=Choose a password
TutoInitPasswordNewContent=Choose a series of images that you will use as password to protect your content. You could change it later but don't forget it!
TutoInitPreviousTitle=Go back
TutoInitPreviousContent=You're not sure of your previous choice? Not a problem, just go back to the previous step.
TutoInitNextTitle=Go next
TutoInitNextContent=Validate your choice and go to the next step.
TutoInitColorTitle=Choose your colors
TutoInitColorContent=Click here to choose your favorite colors for icons. Don't worry you will be able to change it later if you change your mind.
TutoInitMainTitle=Home screen
TutoInitMainContent=You're now on the Sugarizer home screen. Everything happens from here. Let's see details.
TutoActivityAbacusactivity=Abacus lets the learner explore different representations of numbers using different mechanical counting systems developed by the ancient Romans and Chinese.
TutoActivityAbecedariumactivity=Abecedarium is an abecedary activity to learn its alphabet using images, sounds and words.
TutoActivityBlockrainactivity=Blockrain is a clone of the classic Tetris game. The objective of the game is to manipulate blocks to create horizontal lines.
TutoActivityCalculateactivity=Calculate is a calculator. The interface provides the simplest functions directly, but it also supports more complicated math and variables and even basic plotting.
TutoActivityChatPrototypeactivity=Chat provides a simple interface for collaborative discussion between users through the network. Use Neighborhood View to share a conversation.
TutoActivityChessactivity=Chess activity is a fun way to learn and challenge your friends to a game of Chess.
TutoActivityClockactivity=Clock is a simple activity to learn how to read and tell the time.
TutoActivityColorMyWorldactivity=Color My World activity let you explore the world and its countries. Fill countries with color you like or use the interactive mode to find location of countries on the offline map.
TutoActivityEbookReaderactivity=An e-book reader to read a set of books from the classical litterature.
TutoActivityEtoysactivity=EToys is a media-rich authoring environment and visual programming system. A complete educational tool for teaching children powerful ideas in compelling ways.
TutoActivityExerciseractivity=Exerciser is a tool to create your set of interactive questions (MCQ, Cloze Text, ...) and share it with your friends.
TutoActivityFalabracmanactivity=Falabracman Activity is a simple game where you have to Help Falabracman learn some words, by collecting all the letters in the right order.
TutoActivityFlipactivity=Flip is a simple strategy game where you have to flip "coins" until they are all of the same color. Each time you "win" the challenge gets more difficult.
TutoActivityFoodChainactivity=FoodChain is a pedagogical game to learn name of animals (word and pronunciation) and concept of food chains: who eats what? Who eats who? The activity is composed of 3 little games with 20 levels of growing complexity.
TutoActivityFototoonactivity=FotoToon allow you to use your pictures, drawing or images coming from Journal to create in few minutes an amazing comic strip to share with your friends.
TutoActivityGameOfLifeactivity=Game of Life is a game to observe and explore how cells interacts and evolves generation after generation. Use one of provided pattern, a full random pattern or create your own and observe what happen.
TutoActivityGearsactivity=Gears is a tool to explore the ways in which gears and chains transmit motion. Draw your gears and see it coming to life.
TutoActivityGetThingsDoneactivity=Get Things Done is a small tool to track your to-do list.
TutoActivityGridpaintactivity=Grid Paint is a simple paint activity for kids to draw pictures using a grid of triangles. Never miss your drawing with Grid Paint activity!
TutoActivityJappyactivity=Jappy is a code editor with built-in examples and a run-time environment to learn Python programming language.
TutoActivityLabyrinthJSactivity=LabyrinthJS is a lightweight mind-mapping activity to visually organize your thought or informations.
TutoActivityLastOneLosesactivity=Last One Loses is a small game against the computer. Each one had to get between 1 to 3 items on the board. The one which get the last one on the board loses the game.
TutoActivityMarkdownactivity=Markdown is an editor for lightweight markup language. It allow to format (bold, italic, ...) easily a text.
TutoActivityMazeWebactivity=A simple maze game. Move through the maze to reach the goal. Each maze is larger and more difficult than the last one.
TutoActivityMediaVieweractivity=An activity to display multimedia content coming from the Journal.
TutoActivityMemorizeactivity=The famous memorize game: find matching pairs (images, sounds or text). Memorize is actually more than just a predefined game you can play, it allows you to create new games yourself as well.
TutoActivityMindMathactivity=Mind Math is a mental calculation game similar to countdown numbers rounds. The goal is to achieve a target number by performing mathematical operations.
TutoActivityMoonactivity=Moon phase viewer, includes Lunar phase information and eclipse data.
TutoActivityPaintactivity=Paint is an activity to create paintings or drawings. Change brush size or color, draw text, stamps, include images or preset patterns.
TutoActivityPhysicsJSactivity=PhysicsJS is a physical world simulator and playground. You can add squares, circles, triangles and see them come to life with forces (think gravity and Newton) and inertia.
TutoActivityQRCodeactivity=Use easily QR Code with this simple QR Code Generator and scanner.
TutoActivityRecordactivity=Record is a basic rich-media capture activity. It lets you capture still images, video, and/or audio.
TutoActivityReflectionactivity=Reflection is a game designed around reflective symmetry. The user modifies an image until it has reflective symmetry around either the horizontal or vertical axis.
TutoActivityScratchactivity=Scratch is a full environment where you can program your own interactive stories, games, and animations.
TutoActivitySharedNotesactivity=Shared Notes is an activity that let you pin small notes - like "Post-It" - on a virtual board and share it with other users.
TutoActivitySpeakactivity=Speak is talking face. Anything you type will be spoken aloud using the speech synthesizer.
TutoActivitySprintMathactivity=Sprint Math is a simple activity to challenge yourself on mental arithmetic. Could be also played with other users through the network.
TutoActivityStopwatchactivity=StopWatch is a simple stopwatch. It shows the user a number of digital stopwatches. Each stopwatch is independent.
TutoActivityTamTamMicroactivity=Tam Tam Micro is an activity to play instruments, sounds and noise of different type.
TutoActivityTangramactivity=Tangram is a famous classical chinese game in which the goal is to rearrange the seven separate pieces into a complete image of various shapes.
TutoActivityTankOpactivity=Tank Operation is an arcade game that helps kids practice their math facts with different level of difficulty.
TutoActivityTurtleBlocksJSactivity=Turtle Blocks JS is an activity with a Logo-inspired graphical "turtle" that draws colorful art with snap-together visual programming elements.
TutoActivityVideoVieweractivity=A browser and a viewer for Khan Academy and Canopé videos.
TutoActivityXOEditoractivity=Editor for your buddy icon colors. This activity lets you explore different color patterns and choose your favorite.
TutoActivityPomodoroactivity=Pomodoro is a countdown activity used to break down work into intervals separated by short breaks.
TutoActivityConstellationactivity=Constellation is an offline planetarium that lets you see what is visible in the sky from any location on Earth.
TutoActivityFractionBounceactivity=Fraction activity is a game to learn Fraction. The player should nudge a bouncing ball to land at a point of a given fraction.
NotConnected=Not connected
TutoOfflineTitle=Not connected icon
TutoOfflineContent=When visible, this icon remind you that you're not connected. Connect your device to a server to use collaboration features and to backup your work.
PleaseConnectMessage=Connect your account to a server to use collaboration features and to backup your work.
TutoInitQRCodeTitle=Scan server code
TutoInitQRCodeContent=Use this button to scan the QR code of your server instead of typing its address.
TutoActivityWriteactivity=The Write activity is a basic word processor with a simple interface for children to let them write story, poem or essay. It also supports inserting images, performing basic layout operations and generating PDF, ODT or DOC files.
TutoActivityCalligraactivity=The Calligra activity is a fun activity to help kids learn cursive writing: letters, numbers or figures.
YouveGotDisconnected=You've been disconnected by the server
YouveGotDisconnectedAutomatically=You've been disconnected by another device
TutoActivityImplodeactivity=The Implode activity is a logic game based on blocks. The object of the game is to remove all the blocks, by removing blocks in groups of three or more.
Duplicate=Duplicate
Duplicate_one=Do you want to duplicate {{count}} entry?
Duplicate_other=Do you want to duplicate {{count}} entries?
TutoActivityCurriculumactivity=Curriculum is an activity to self evaluate your skills. You can acquire different skills from multiple categories and upload media elements to demonstrate it.
TutoActivityVoteactivity=The Vote activity allow easy creation of a poll system. The user can create a poll and then share it on the network so any user could vote in real-time.
TutoActivityPlanetsactivity=The Planets Activity provides a 3D model of planets for you to let you explore the Solar System.
InvalidUser=Unknown user
TutoActivityXmasLightsactivity=Xmas Lights activity allow creation of nice blinking Christmas lights using Sugarizer icons and colors.
TutoActivityDollarStreetactivity=The DollarStreet activity let you discover how people lives in different countries depending of their monthly income.
CookieConsent=We need <strong>cookies</strong> to keep your Sugarizer session information. <br/>Please type the <strong>Accept</strong> button to consent to this use.
PolicyLink=For more information you can read our <a target="_blank" href="{{url}}">privacy policy</a>.
Accept=Accept
Decline=Decline
TutoInitCookieTitle=Cookie usage
TutoInitCookieContent=In this screen you're asked to consent to cookies that Sugarizer use to keep your session information.
TutoInitDeclineTitle=Decline cookies
TutoInitDeclineContent=Click here to choose to decline usage of cookies. You will be able to use Sugarizer only locally.
TutoInitAcceptTitle=Accept cookies
TutoInitAcceptContent=Click here to choose to accept usage of cookies. We will be proud to have your confidence.
CheckboxCookieConsent=I'm agree to let Sugarizer use cookies to keep session information.<br/> See <a target="_blank" href="{{url}}">privacy policy</a> for more.
CheckboxToConsent=Please check box to consent to cookies
PrivacyRemove=Display delete account features
PrivacyRemoveLocal=Delete local account
PrivacyRemoveRemote=Delete server account
TutoActivityMeasureactivity=Measure activity is an activity to learn the concepts of sound.
TutoActivityStoryactivity=Story Activity uses images to prompt you to tell a story. You should try to tell a story that ties the images together into a comprehensive narrative.
[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
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=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=Speicher:
StorageSize={{used}} bytes - {{formatted}}
JournalAlmostFull=Warnung: Journal ist fast voll!
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 the README file for more information.
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=Synchronisieren
RetrievingJournal=Journal synchronisieren...
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=Verbindung zum Server nicht möglich
Refresh=Wiederholen
Quit=Beenden
Tutorial=Tutorial
TutoPrev=Bisherige
TutoNext=Nächster
TutoEnd=Ende
TutoUserTitle=Me
TutoUserContent=Dieses Icon bist du. Führe die Maus darüber oder halte es gedrückt um deine Einstellungen (Name, Farbe, ...) zu ändern.
TutoActivityTitle=Aktivität
TutoActivityContent=Rund um dich sind Icons für Activities. Klicke auf diese Icons um die Activities zu starten.
TutoJournalTitle=Journal
TutoJournalContent=Journal ist der Ort um die Arbeit, die du in der Vergangenheit in Activities gemacht hast, abzurufen.
TutoFavoriteTitle=Favoriten Ansicht
TutoFavoriteContent=Verwende diesen Knopf um die Favoriten Ansicht anzuzeigen.
TutoListTitle=Listen Ansicht
TutoListContent=Use this button to display all activities, to select activities in the favorite view and to have more information about activities.
TutoFavswitchTitle=Favoriten Knopf
TutoFavswitchContent=Verwende dieses Icon um die Sichtbarkeit dieser Aktivität in der Favoriten Ansicht zu ändern.
TutoSearchTitle=Aktivität suchen
TutoSearchContent=Verwende diesen Text um eine Aktivität mit ihrem Namen zu suchen.
TutoNeighborTitle=Nachbarschaft Ansicht
TutoNeighborContent=Zeige Benutzer um dich herum an und trete von ihnen geteilten Activities bei.
TutoRunTitle=Jetzt bist du dran!
TutoRunContent=Suche die Geteilte Notizen Aktivität und klicke auf sie um sie zu starten.
TutoJournalIntroTitle=Journal
TutoJournalIntroContent=Du bist im Journal. Das Journal ist der Ort um die Arbeit, die du gemacht hast, abzurufen. Jede Reihe ist eine Sache, die du gemacht hast. Klicke einfach darauf um sie in ihrem alten Zustand wiederzuöffnen.
TutoJournalActivityTitle=Aktivität
TutoJournalActivityContent=Hier ist das Icon einer Aktivität, die du durchgeführt hast. Führe die Maus darüber oder halte gedrückt um die fortgeschrittenen Optionen (eine Zeile löschen, in ein andere Journal kopieren, ...) zu erreichen.
TutoJournalTimeTitle=Wann
TutoJournalTimeContent=Hier ist die Zeit wann du diese Aktivität verwendet hast: Vor Sekunden, Minuten, Stunden, Tagen oder Monaten.
TutoJournalTitleTitle=Titel
TutoJournalTitleContent=Es ist der Titel der Aktivität. In der Standardeinstellung ist es nur der Name der Aktivität, aber du kannst ihn ändern, indem du einfach auf ihn klickst.
TutoJournalFavoriteTitle=Favorit
TutoJournalFavoriteContent=Wenn du auf dieses Icon klickst, wird der Journal Eintrag als Favorit markiert, womit es leicht für dich wird ihn in der Liste wiederzufinden.
TutoJournalFavButtonTitle=Zeige Favoriten
TutoJournalFavButtonContent=Klicke auf dieses Icon um das Journal nach Favoriten zu filtern.
TutoJournalSearchTitle=Suche Eintrag
TutoJournalSearchContent=Verwende diesen Text um einen Eintrag nach seinem Namen zu suchen.
TutoJournalTypeTitle=Filter nach Typ
TutoJournalTypeContent=Klicke hier um das Journal nach Aktivität Typ zu filtern.
TutoJournalTimeButtonTitle=Nach Zeit filtern
TutoJournalTimeButtonContent=Klicke hier um nur Activities, die du in einem Zeitraum gemacht hast, anzuzeigen.
TutoJournalLocalTitle=Lokales Journal
TutoJournalLocalContent=Wenn dieses Icon aktiv ist, siehst du den Inhalt deines lokalen Journals. Alle Inhalte sind auf deinem aktuellen Gerät gespeichert.
TutoJournalCloudOneTitle=Entferntes Journal
TutoJournalCloudOneContent=Klicke auf dieses Icon um den Inhalt deines privaten Journals am Server anzuzeigen. Nur du hast Zugriff auf dieses Journal. Es ist ein guter Ort um Inhalte, die du nicht verlieren möchtest, zu speichern.
TutoJournalCloudAllTitle=Geteiltes Journal
TutoJournalCloudAllContent=Klicke auf dieses Icon um den Inhalt des geteilten Journals am Server anzuzeigen. Jeder zu diesem Server verbundene Benutzer hat Zugriff auf dieses Journal. Es ist ein guter Ort um deine Arbeit mit anderen zu teilen.
TutoGotoHomeTitle=Heim Ansicht
TutoGotoHomeContent=Klicke hier um zur Heim Ansicht zurückzukehren.
TutoNeighborIntroTitle=Nachbarschaft Ansicht
TutoNeighborIntroContent=Du bist in der Nachbarschaft Ansicht. Hier siehst du andere Benutzer, die mit dem selben Server verbunden sind.
TutoNeighborIntroContent2=Du bist in der Nachbarschaft Ansicht. Hier siehst du andere Benutzer, die mit dem selben Server verbunden sind. Du siehst auch alle WiFI Access Points um dich herum.
TutoNeighborUserTitle=Du
TutoNeighborUserContent=Dieses Icon ist wie dich andere Benutzer in deren Nachbarschaft Ansicht sehen. Führe die Maus darüber oder halte es gedrückt um deine Einstellungen (Name, Farbe, ...) zu ändern.
TutoNeighborServerTitle=Dein Server
TutoNeighborServerContent=Dieses Icon ist der Server mit dem du verbunden bist. Du kannst nur Benutzer sehen, die mit dem selben Server wie du verbunden sind.
TutoNeighborOtherTitle=Weiterer
TutoNeighborOtherContent=Das ist ein weiterer Benutzer, der mit dem selben Server verbunden ist. Du kannst Aktivitäten mit ihm teilen oder Aktivitäten beitreten, die von ihm mit dir geteilt wurden.
TutoNeighborActivityTitle=Geteilte Aktivität
TutoNeighborActivityContent=Diese Aktivität ist von einem anderen Benutzer geteilt worden. Ziehe die Maus darüber oder halte sie gedrückt um beizutreten.
TutoNeighborWifiTitle=WiFi
TutoNeighborWifiContent=Dies ist ein WiFi Access Point in deiner Nähe. Ziehe die Maus darüber oder halte sie gedrückt um dich mit dem WiFi zu verbinden oder die Verbindung zu trennen.
AllType=Alle
SelectFilter=Filter auswählen
SortDisplay=Anzeige sortieren
SortByUpdated=Nach Aktualisierungsdatum sortieren
SortByCreated=Nach Erstellungsdatum sortieren
SortBySize=Nach Größe sortieren
UnselectAll=Unselect all
SelectAll=Alle auswählen
Selected_one={{count}} von {{total}} ausgewählt
Selected_other={{count}} von {{total}} ausgewählt
Erase_one=Willst du {{count}} Einträge entfernen?
Erase_other=Willst du {{count}} Einträge entfernen?
Erasing=Entfernen...
CopyToLocal_one=Do you want to copy {{count}} entry in your local Journal?
CopyToLocal_other=Willst du {{count}} Einträge in deinem lokalen Journal kopieren?
CopyToPrivate_one=Do you want to copy {{count}} entry in your remote Journal?
CopyToPrivate_other=Do you want to copy {{count}} entries in your remote Journal?
CopyToShared_one=Do you want to copy {{count}} entry in the shared Journal?
CopyToShared_other=Do you want to copy {{count}} entries in the shared Journal?
CopyToDevice_one=Do you want to copy {{count}} entry to your device?
CopyToDevice_other=Do you want to copy {{count}} entries to your device?
Copying=Copying...
TutoJournalCheckTitle=Selection
TutoJournalCheckContent=This checkbox allow you to do actions (remove, copy) on multiple items at the same time.
TutoJournalSortButtonTitle=Sort
TutoJournalSortButtonContent=Click here to sort items by date of last update, date of creation or size.
SaveFile=Save file...
Save=Save
ChooseDirectory=Choose directory...
Choose=Choose
ErrorLoadingFile=Error loading file {{file}}
ChooseFiles=Choose files...
FilesSupported=Files supported
ImageFromDevice=Image from device
TutoJournalFromDeviceButtonTitle=Import from device
TutoJournalFromDeviceButtonContent=Click here to import content from your device to the Journal
TutoInitIntroTitle=Welcome to Sugarizer
TutoInitIntroTitleIntroContent=Welcome to Sugarizer the leading learning platform. You will find here a set of activities to create, play, learn and share.
TutoInitNewUserTitle=New user
TutoInitNewUserContent=First, you need a user to associate your content. Click here if it's your first time in Sugarizer so you could create a new user.
TutoInitLoginTitle=User login
TutoInitLoginContent=You've already created a Sugarizer user on a server? Click here to give your login information.
TutoInitHistoryTitle=Letzte Benutzer
TutoInitHistoryContent=Not your first time on this device? Just click on your name here to connect.
TutoInitHelpTitle=Help me
TutoInitHelpContent=Remind you this icon. If you're lost, just click on it anytime anywhere to get some help.
TutoInitStopTitle=Quit Sugarizer
TutoInitStopContent=Click on this icon if you really want to quit Sugarizer. We will miss you!
TutoInitServerTitle=Server address
TutoInitServerContent=This is the server address where your data is store. If you know your server address, click on the padlock to unlock the field then type it. It should start by "http://" or "https://".
TutoInitNameTitle=Your name
TutoInitNameContent=The name you use to connect to the application.
TutoInitPasswordTitle=Your password
TutoInitPasswordContent=The series of images that you use as password to connect to the application. If you forget it, ask an administrator to remind you.
TutoInitNameNewTitle=Choose a name
TutoInitNameNewContent=The name you will use in the application. It could be your full name or anything you want. You could change it later.
TutoInitPasswordNewTitle=Choose a password
TutoInitPasswordNewContent=Choose a series of images that you will use as password to protect your content. You could change it later but don't forget it!