forked from samuela/sagenb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.pot
1633 lines (1261 loc) · 44.8 KB
/
message.pot
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
# Translations template for PROJECT.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-04-06 16:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: flask_version/admin.py:40 flask_version/admin.py:80
#, python-format
msgid "The temporary password for the new user <strong>%(username)s</strong> is <strong>%(password)s</strong>"
msgstr ""
#: flask_version/admin.py:56
#, python-format
msgid "User <strong>%(username)s</strong> has been suspended/unsuspended."
msgstr ""
#: flask_version/admin.py:70
msgid "<strong>Invalid username!</strong>"
msgstr ""
#: flask_version/admin.py:75
#, python-format
msgid "The username <strong>%(username)s</strong> is already taken!"
msgstr ""
#: flask_version/authentication.py:265
msgid "The confirmation system is not active."
msgstr ""
#: flask_version/authentication.py:268
msgid ""
" <h1>Invalid confirmation key</h1>\n"
" <p>You are reporting a confirmation key that has not been assigned by this\n"
" server. Please <a href=\"/register\">register</a> with the server.</p>\n"
" "
msgstr ""
#: flask_version/authentication.py:279
#, python-format
msgid "<h1>Email address confirmed for user %(username)s</h1>"
msgstr ""
#: flask_version/authentication.py:281
msgid "Email Confirmed"
msgstr ""
#: flask_version/base.py:201 sagenb/data/sage/js/translated-messages.js:37
msgid "Log"
msgstr ""
#: flask_version/decorators.py:30
msgid "You do not have permission to access this location"
msgstr ""
#: flask_version/worksheet.py:39 flask_version/worksheet.py:48
#: flask_version/worksheet_listing.py:257
#: flask_version/worksheet_listing.py:266
msgid "You do not have permission to access this worksheet"
msgstr ""
#: flask_version/worksheet.py:87 flask_version/worksheet.py:140
#: flask_version/worksheet_listing.py:342
#: flask_version/worksheet_listing.py:441
msgid "Account is in read-only mode"
msgstr ""
#: flask_version/worksheet.py:89 sagenb/data/sage/js/translated-messages.js:48
#: sagenb/notebook/misc.py:237 sagenb/notebook/worksheet.py:719
#: sagenb/notebook/worksheet.py:740 sagenb/notebook/worksheet.py:4253
msgid "Untitled"
msgstr ""
#: flask_version/worksheet.py:656
msgid "Error: can't add more than 250 collaborators at a time"
msgstr ""
#: flask_version/worksheet.py:722 sagenb/data/sage/html/login.html:29
#: sagenb/data/sage/html/login.html:36
#: sagenb/data/sage/js/translated-messages.js:17
msgid "Error"
msgstr ""
#: flask_version/worksheet.py:746
msgid "No data file"
msgstr ""
#: flask_version/worksheet.py:824 flask_version/worksheet.py:851
#: flask_version/worksheet.py:877
msgid "Suspicious filename encountered uploading file."
msgstr ""
#: flask_version/worksheet.py:845
msgid "URL must start with http, https, or ftp."
msgstr ""
#: flask_version/worksheet.py:1008
msgid "No such worksheet."
msgstr ""
#: flask_version/worksheet_listing.py:78
msgid "Public listing is not supported."
msgstr ""
#: flask_version/worksheet_listing.py:83
msgid "Error displaying worksheet listing."
msgstr ""
#: flask_version/worksheet_listing.py:98
#, python-format
msgid "User '%s' does not have permission to view the home page of '%s'."
msgstr ""
#: flask_version/worksheet_listing.py:247
msgid "Requested public worksheet does not exist"
msgstr ""
#: flask_version/worksheet_listing.py:378
#, python-format
msgid ""
"This Sage notebook is not configured to load worksheets from 'https' URLs. Try a different URL or download the worksheet and upload it directly from your computer.\n"
"%(backlinks)s"
msgstr ""
#: flask_version/worksheet_listing.py:443
msgid "Return to <a href=\"/upload\" title=\"Upload a worksheet\"><strong>Upload File</strong></a>."
msgstr ""
#: flask_version/worksheet_listing.py:462
#, python-format
msgid ""
"Unable to load file URL's when not running on localhost.\n"
"%(backlinks)s"
msgstr ""
#: flask_version/worksheet_listing.py:477
#, python-format
msgid ""
"Please specify a worksheet to load.\n"
"%(backlinks)s"
msgstr ""
#: flask_version/worksheet_listing.py:481
#, python-format
msgid ""
"Invalid filename.\n"
"%(backlinks)s"
msgstr ""
#: flask_version/worksheet_listing.py:526
#, python-format
msgid ""
"There was an error uploading the worksheet. It could be an old unsupported format or worse. If you desperately need its contents contact the <a href=\"http://groups.google.com/group/sage-support\">sage-support group</a> and post a link to your worksheet. Alternatively, an sws file is just a bzip2 tarball; take a look inside!\n"
"%(backlinks)s"
msgstr ""
#: flask_version/worksheet_listing.py:537
#, python-format
msgid "Error uploading worksheet '%(msg)s'.%(backlinks)s"
msgstr ""
#: sagenb/data/sage/html/accounts/account_recovery.html:2
msgid "Account Recovery"
msgstr ""
#: sagenb/data/sage/html/accounts/account_recovery.html:14
msgid "A new password will be emailed to the email address connected to your account. However if you didn't confirm your email address you will be unable to recover your account."
msgstr ""
#: sagenb/data/sage/html/accounts/account_recovery.html:18
msgid "Reset password"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:2
msgid "Create your profile"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:9
msgid "<strong>Uh oh!</strong> There was an error creating your account. Account creation may be disabled. Please contact the Notebook administrator."
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:17
msgid "Create your Sage profile"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:26
#: sagenb/data/sage/html/accounts/registration.html:16
msgid "No username given"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:29
#: sagenb/data/sage/html/accounts/registration.html:19
msgid "Username already in use"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:32
#: sagenb/data/sage/html/accounts/registration.html:22
msgid "Bad username"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:35
#: sagenb/data/sage/html/accounts/registration.html:25
msgid "Your username must start with a letter and be between 3 and 64 characters long. You may only use letters, numbers, underscores, @, and dots."
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:40
#: sagenb/data/sage/html/accounts/registration.html:58
#: sagenb/data/sage/html/settings/account_settings.html:34
msgid "Email"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:46
#: sagenb/data/sage/html/accounts/registration.html:64
msgid "No email address given"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:49
#: sagenb/data/sage/html/accounts/registration.html:67
msgid "Invalid email address"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:52
#: sagenb/data/sage/html/accounts/registration.html:70
msgid "Your email address is required for account confirmation and recovery. You will be emailed a confirmation link right after you successfully sign up."
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:60
#: sagenb/data/sage/html/accounts/registration.html:79
msgid "Challenge"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:66
#: sagenb/data/sage/html/accounts/registration.html:85
msgid "No challenge response given"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:69
#: sagenb/data/sage/html/accounts/registration.html:88
msgid "Invalid challenge response"
msgstr ""
#: sagenb/data/sage/html/accounts/openid_profile.html:77
msgid "Create profile"
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:34
msgid "No password given"
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:37
msgid "Bad password"
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:40
msgid "Passwords didn't match"
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:43
msgid "Your password must have at least 4 characters. Your password can not contain your username or spaces."
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:47
msgid "Re-type password"
msgstr ""
#: sagenb/data/sage/html/accounts/registration.html:52
msgid "Re-type your password"
msgstr ""
#: sagenb/data/sage/html/alerts/connection_alert.html:2
msgid "<strong>Uh oh!</strong> Connection to the Sage Notebook has been lost."
msgstr ""
#: sagenb/data/sage/html/alerts/rename_alert.html:2
msgid "<strong>\"Untitled\"</strong> Would you like to rename this worksheet?"
msgstr ""
#: sagenb/data/sage/html/alerts/rename_alert.html:4
#: sagenb/data/sage/js/translated-messages.js:13
msgid "Rename"
msgstr ""
#: sagenb/data/sage/html/alerts/rename_alert.html:5
msgid "No thanks"
msgstr ""
#: sagenb/data/sage/html/alerts/worksheet_locked_alert.html:3
msgid "<strong>Nice try!</strong> This worksheet is locked. You can look but you can't touch."
msgstr ""
#: sagenb/data/sage/html/docs.html:166
msgid "Cell System"
msgstr ""
#: sagenb/data/sage/html/docs.html:167
#, python-format
msgid "Put <code>%%gap</code>, <code>%%singular</code>, etc. as the first line of cell input to evaluate using that system. In addition, using <code>%%sh</code> will evaluate a cell as a shell script."
msgstr ""
#: sagenb/data/sage/html/docs.html:170
msgid "Interaction"
msgstr ""
#: sagenb/data/sage/html/docs.html:171
msgid "Put <code>@interact</code> on the line before a function definition. Type <code>interact?</code> for more details."
msgstr ""
#: sagenb/data/sage/html/docs.html:174
msgid "Auto-Evaluation"
msgstr ""
#: sagenb/data/sage/html/docs.html:175
#, python-format
msgid "Cells with <code>%%auto</code> in the input will be automatically evaluated when the worksheet is loaded."
msgstr ""
#: sagenb/data/sage/html/docs.html:178
msgid "Timing"
msgstr ""
#: sagenb/data/sage/html/docs.html:179
#, python-format
msgid "Cells with <code>%%time</code> will time evaluation."
msgstr ""
#: sagenb/data/sage/html/docs.html:186 sagenb/notebook/tutorial.py:414
msgid "Files and Scripts"
msgstr ""
#: sagenb/data/sage/html/docs.html:190
msgid "Loading Sage/Python Scripts"
msgstr ""
#: sagenb/data/sage/html/docs.html:191
msgid "Use <code>load filename.sage</code> and <code>load filename.py</code>. Load is relative to the path you started the notebook in. The .sage files are preparsed and .py files are not. You may omit the .sage or .py extension. Files may load other files."
msgstr ""
#: sagenb/data/sage/html/docs.html:194 sagenb/notebook/tutorial.py:417
msgid "Attaching Scripts"
msgstr ""
#: sagenb/data/sage/html/docs.html:195
msgid "Use <code>attach filename.sage</code> or <code>attach filename.py</code>. Attached files are automatically reloaded when the file changes. The file $HOME/.sage/init.sage is attached on startup if it exists."
msgstr ""
#: sagenb/data/sage/html/docs.html:198 sagenb/notebook/tutorial.py:419
msgid "Working Directory"
msgstr ""
#: sagenb/data/sage/html/docs.html:199
msgid "Each block of code is run from its own directory. If any images are created as a side effect, they will automatically be displayed."
msgstr ""
#: sagenb/data/sage/html/docs.html:202 sagenb/notebook/tutorial.py:421
msgid "DIR Variable"
msgstr ""
#: sagenb/data/sage/html/docs.html:203
msgid "The variable DIR contains the directory from which you started the Sage notebook. For example, to open a file in that directory, do <code>open(DIR+'filename')</code>."
msgstr ""
#: sagenb/data/sage/html/docs.html:206 sagenb/notebook/tutorial.py:423
msgid "DATA Variable"
msgstr ""
#: sagenb/data/sage/html/docs.html:207
msgid "Use the Data menu to upload images and other files, and create new files that can be shared between worksheets. The DATA variable contains the path to the data files. For example, to open a file in that directory, do <code>open(DATA+'filename')</code>. If foo.sage is a Sage file that you uploaded, type <code>load foo.sage</code>; if foo.py is a Python file, you can import it by typing <code>import foo</code>."
msgstr ""
#: sagenb/data/sage/html/docs.html:210 sagenb/notebook/tutorial.py:425
msgid "Loading and Saving Objects"
msgstr ""
#: sagenb/data/sage/html/docs.html:211
msgid "Use <code>save obj1 obj2 ...</code> and <code>load obj1 obj2 ...</code>. This allows for easy moving of objects from one worksheet to another, and saving of objects for later use."
msgstr ""
#: sagenb/data/sage/html/docs.html:214 sagenb/notebook/tutorial.py:427
msgid "Loading and Saving Sessions"
msgstr ""
#: sagenb/data/sage/html/docs.html:215
msgid "Use <code>save_session('name')</code> to save all variables to an object. Use <code>load_session('name')</code> to merge in all variables from a saved session."
msgstr ""
#: sagenb/data/sage/html/error_message.html:56
msgid "Continue"
msgstr ""
#: sagenb/data/sage/html/history.html:5
#, python-format
msgid "POKAL: History for %(u)s"
msgstr ""
#: sagenb/data/sage/html/history.html:31
msgid "Click here to turn the above into a Sage worksheet"
msgstr ""
#: sagenb/data/sage/html/history.html:31
msgid "Create a new Sage worksheet version of the last 100 commands in the above log."
msgstr ""
#: sagenb/data/sage/html/login.html:3 sagenb/data/sage/html/login.html:61
#: sagenb/data/sage/html/login.html:132
msgid "Sign in"
msgstr ""
#: sagenb/data/sage/html/login.html:22
#, python-format
msgid "Congratulations %(u)s! You can now sign into the Sage Notebook."
msgstr ""
#: sagenb/data/sage/html/login.html:29
msgid "Bad login credentials"
msgstr ""
#: sagenb/data/sage/html/login.html:36
msgid "Creating new users is disabled by the administrator."
msgstr ""
#: sagenb/data/sage/html/login.html:41
#: sagenb/data/sage/js/translated-messages.js:34
msgid "Login"
msgstr ""
#: sagenb/data/sage/html/login.html:43
#: sagenb/data/sage/html/accounts/account_recovery.html:11
#: sagenb/data/sage/html/accounts/openid_profile.html:21
#: sagenb/data/sage/html/accounts/registration.html:11
#: sagenb/data/sage/html/modals/add_user_modal.html:12
#: sagenb/data/sage/html/settings/manage_users.html:15
msgid "Username"
msgstr ""
#: sagenb/data/sage/html/login.html:49
#: sagenb/data/sage/html/accounts/registration.html:29
msgid "Password"
msgstr ""
#: sagenb/data/sage/html/login.html:52
msgid "forgot password?"
msgstr ""
#: sagenb/data/sage/html/login.html:55
msgid "Remember me"
msgstr ""
#: sagenb/data/sage/html/login.html:63
#: sagenb/data/sage/html/accounts/registration.html:2
#: sagenb/data/sage/html/accounts/registration.html:94
msgid "Register"
msgstr ""
#: sagenb/data/sage/html/login.html:85
msgid "Public worksheets"
msgstr ""
#: sagenb/data/sage/html/login.html:86
msgid "Users can publish worksheets for demonstration purpose, lectures or simple sharing via link "
msgstr ""
#: sagenb/data/sage/html/login.html:88
msgid "Open POAK"
msgstr ""
#: sagenb/data/sage/html/login.html:99
msgid "Impressum"
msgstr ""
#: sagenb/data/sage/html/login.html:101
msgid "Privacy Policy"
msgstr ""
#: sagenb/data/sage/html/login.html:102
msgid "Project"
msgstr ""
#: sagenb/data/sage/html/login.html:103
msgid "PhysikOnline is a student project of physics' faculty at university of Frankfurt"
msgstr ""
#: sagenb/data/sage/html/login.html:130
msgid "username"
msgstr ""
#: sagenb/data/sage/html/login.html:131
msgid "Select an OpenID provider"
msgstr ""
#: sagenb/data/sage/html/modals/add_user_modal.html:5
#: sagenb/data/sage/html/modals/add_user_modal.html:25
msgid "Add User"
msgstr ""
#: sagenb/data/sage/html/modals/add_user_modal.html:15
msgid "The username must start with a letter and be between 4 and 32 characters long. It can only consist of letters, numbers, underscores, and one dot (.)."
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:5
msgid "Data"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:12
msgid "Manage"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:14
msgid "Import"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:17
#: sagenb/data/sage/html/modals/data_modal.html:33
msgid "New file"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:18
#: sagenb/data/sage/html/modals/data_modal.html:47
#: sagenb/data/sage/html/modals/import_modal.html:11
msgid "Upload file"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:19
#: sagenb/data/sage/html/modals/data_modal.html:67
msgid "File from URL"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:35
msgid "Name"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:38
msgid "Pick a name for the file."
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:49
#: sagenb/data/sage/html/modals/import_modal.html:32
msgid "File"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:55
#: sagenb/data/sage/html/modals/data_modal.html:76
#: sagenb/data/sage/html/modals/import_modal.html:38
#: sagenb/data/sage/html/modals/import_modal.html:60
msgid "New name"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:58
#: sagenb/data/sage/html/modals/data_modal.html:79
msgid "Optional. Pick a new name for the file."
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:69
#: sagenb/data/sage/html/modals/import_modal.html:53
msgid "URL"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:72
#: sagenb/data/sage/html/modals/import_modal.html:56
msgid "URL of the file you would like to import."
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:91
#: sagenb/data/sage/html/modals/import_modal.html:78
msgid "Upload"
msgstr ""
#: sagenb/data/sage/html/modals/data_modal.html:92
msgid "Done"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:5
msgid "Import Worksheet"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:12
msgid "From URL"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:16
msgid "Supported file formats:"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:18
msgid "a Sage worksheet"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:19
msgid "a worksheet text file with html code and cells surrounded by <code>{{{</code> and <code>}}}</code> that defines a worksheet"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:20
msgid "an HTML page generated by docutils from a ReStructuredText file"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:21
msgid "a ReStructuredText file"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:22
msgid "a zip archive of any of the above"
msgstr ""
#: sagenb/data/sage/html/modals/import_modal.html:41
#: sagenb/data/sage/html/modals/import_modal.html:63
msgid "Optional. Pick a new name for the worksheet."
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:5
msgid "Sharing"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:12
msgid "Collaborators"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:15
msgid "Add/remove collaborators by entering their user names separated by commas."
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:21
#: sagenb/data/sage/js/translated-messages.js:76
msgid "Publish this worksheet"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:22
msgid "Worksheet viewable at"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:26
msgid "Publishing"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:35
msgid "Re-publish this worksheet when it changes"
msgstr ""
#: sagenb/data/sage/html/modals/sharing_modal.html:45
msgid "Save changes"
msgstr ""
#: sagenb/data/sage/html/modals/system_modal.html:5
msgid "Worksheet System"
msgstr ""
#: sagenb/data/sage/html/modals/system_modal.html:38
msgid "Change system"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:3
#: sagenb/data/sage/html/settings/account_settings.html:16
msgid "Account Settings"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:19
#: sagenb/data/sage/html/settings/manage_users.html:3
#: sagenb/data/sage/html/settings/manage_users.html:10
msgid "Manage Users"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:20
#: sagenb/data/sage/html/settings/notebook_settings.html:3
#: sagenb/data/sage/html/settings/notebook_settings.html:8
msgid "Notebook Settings"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:25
msgid "User"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:27
msgid "HRZ account"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:41
#: sagenb/data/sage/html/settings/manage_users.html:16
msgid "Nickname"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:51
msgid "Auto-Save"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:53
msgid "Interval"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:57
msgid "minute(s)"
msgstr ""
#: sagenb/data/sage/html/settings/account_settings.html:67
#: sagenb/data/sage/html/settings/notebook_settings.html:15
msgid "Save"
msgstr ""
#: sagenb/data/sage/html/settings/manage_users.html:17
msgid "User Suspension"
msgstr ""
#: sagenb/data/sage/html/settings/manage_users.html:25
msgid "Change"
msgstr ""
#: sagenb/data/sage/html/settings/manage_users.html:28
msgid "Unsuspend"
msgstr ""
#: sagenb/data/sage/html/settings/manage_users.html:30
msgid "Suspend"
msgstr ""
#: sagenb/data/sage/html/worksheet_edit.html:15
#: sagenb/data/sage/html/worksheet_text.html:15
msgid "Back to worksheet"
msgstr ""
#: sagenb/data/sage/html/worksheet_edit.html:24
msgid "Save Changes"
msgstr ""
#: sagenb/data/sage/html/worksheet_edit.html:25
#: sagenb/data/sage/html/modals/add_user_modal.html:24
#: sagenb/data/sage/html/modals/import_modal.html:77
#: sagenb/data/sage/html/modals/sharing_modal.html:44
#: sagenb/data/sage/html/modals/system_modal.html:37
#: sagenb/data/sage/html/settings/account_settings.html:68
#: sagenb/data/sage/html/settings/notebook_settings.html:16
msgid "Cancel"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:4
msgid "Click to download and install tex fonts."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:5
msgid "Your browser / OS combination is not supported.\\nPlease use Firefox or Opera under Linux, Windows, or Mac OS X, or Safari."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:6
msgid "Java Applet Hidden"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:7
msgid "Click here to pop out"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:8
msgid "Error applying function to worksheet(s)."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:9
msgid "Title of saved worksheet"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:10
msgid "Failed to save worksheet."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:11
msgid "Rename worksheet"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:12
msgid "Please enter a name for this worksheet."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:14
msgid "Possible failure deleting worksheet."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:15
msgid "unprinted"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:16
msgid "You requested to evaluate a cell that, for some reason, the server is unaware of."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:18
msgid "This worksheet is read only. Please make a copy or contact the owner to change it."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:19
msgid "loading..."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:20
msgid "Error updating cell output after "
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:21
msgid "s (canceling further update checks)."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:22
msgid "Problem inserting new input cell after current input cell.\\n"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:23
msgid "Worksheet is locked. Cannot insert cells."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:24
msgid "Unable to interrupt calculation."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:25
msgid "Close this box to stop trying."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:26
msgid "Interrupt attempt"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:27
msgid "<a href=\"javascript:restart_sage();\">Restart</a>, instead?"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:28
msgid "Emptying the trash will permanently delete all items in the trash. Continue?"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:29
msgid "Get Image"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:30
msgid "Jmol Image"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:31
msgid "To save this image, you can try right-clicking on the image to copy it or save it to a file, or you may be able to just drag the image to your desktop."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:32
msgid "Sorry, but you need a browser that supports the <canvas> tag."
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:33
#, python-format
msgid "Trying again in %(num)d second..."
msgid_plural "Trying again in %(num)d seconds..."
msgstr[0] ""
msgstr[1] ""
#: sagenb/data/sage/js/translated-messages.js:35
msgid "Home"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:36
msgid "Published"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:38
msgid "Settings"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:39
msgid "Sign out"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:40
msgid "SAGE / POKAL Support"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:41
msgid "Help"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:42
msgid "Report a Problem"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:43
msgid "collaborators"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:44
msgid "Evaluate"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:45
msgid "Show Static Image"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:46
msgid "Popout"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:47
msgid "Open Interactive View"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:49
msgid "Are you sure you would like to interrupt the running computation?"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:50
msgid "Copy to clipboard: "
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:51
msgid "running"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:52
msgid "other(s)"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:53
msgid "ago"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:54
msgid "Emptying the Trash is final. Are you sure?"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:55
msgid "Nothing here!"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:56
msgid "Published Worksheets"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:57
msgid "My Notebook"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:58
msgid "Archive"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:59
msgid "Trash"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:60
msgid "Active"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:61
msgid "Search"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:62
msgid "close"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:63
msgid "open"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:64
msgid "Open chat"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:65
msgid "Chat"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:66
msgid "chat"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:67
msgid "Worksheet - Chat"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:68
msgid "Send"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:69
msgid "send"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:70
msgid "Message from"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:71
msgid "joined"
msgstr ""
#: sagenb/data/sage/js/translated-messages.js:72
msgid "left"
msgstr ""