-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathekiline.pot
executable file
·1635 lines (1175 loc) · 23.7 KB
/
ekiline.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
# Copyright (C) 2018 Ekiline
# This file is distributed under the GNU General Public License v2 or later.
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ekiline 1.0.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n"
"POT-Creation-Date: 2018-04-02 21:16-0500\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-03-30 17:15-0600\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: Poedit 2.0.6\n"
# @ ekiline
#: 404.php:17
msgid "Oops! That page can’t be found."
msgstr ""
# @ ekiline
#: 404.php:21
msgid ""
"It looks like nothing was found at this location. Maybe try one of the links "
"below or a search?"
msgstr ""
# @ ekiline
#: 404.php:29
msgid "Most Used Categories"
msgstr ""
# @ ekiline
#. translators: %1$s: smiley
#: 404.php:46
#, php-format
msgid "Try looking in the monthly archives. %1$s"
msgstr ""
# @ ekiline
#: comments.php:31
#, php-format
msgctxt "comments title"
msgid "One thought on “%2$s”"
msgid_plural "%1$s thoughts on “%2$s”"
msgstr[0] "Una idea en “%2$s”"
msgstr[1] "%1$s ideas en “%2$s”"
# @ ekiline
#: comments.php:40 comments.php:61
msgid "Comment navigation"
msgstr ""
# @ ekiline
#: comments.php:43 comments.php:64
msgid "Older Comments"
msgstr ""
# @ ekiline
#: comments.php:44 comments.php:65
msgid "Newer Comments"
msgstr ""
# @ ekiline
#: comments.php:77
msgid "Comments are closed."
msgstr ""
# @ ekiline
#: footer.php:18
msgid "https://wordpress.org/"
msgstr ""
# @ ekiline
#: footer.php:18
#, php-format
msgid "Proudly powered by %s"
msgstr ""
msgid "By %s"
msgstr ""
msgid "and %s"
msgstr ""
# @ ekiline
#: footer.php:20
#, php-format
msgid "Theme: %1$s by %2$s."
msgstr ""
# @ ekiline
#: functions.php:47 header.php:38
msgid "Primary Menu"
msgstr ""
# @ ekiline
#: functions.php:102
msgid "Sidebar"
msgstr ""
# @ ekiline
#: header.php:25
msgid "Skip to content"
msgstr ""
# @ ekiline
#: inc/template-tags.php:28
#, php-format
msgctxt "post date"
msgid "Posted on %s"
msgstr ""
# @ ekiline
#: inc/template-tags.php:33
#, php-format
msgctxt "post author"
msgid "by %s"
msgstr ""
# @ ekiline
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:50 inc/template-tags.php:56
msgid ", "
msgstr ""
# @ ekiline
#: inc/template-tags.php:52
#, php-format
msgid "Posted in %1$s"
msgstr ""
# @ ekiline
#: inc/template-tags.php:58
#, php-format
msgid "Tagged %1$s"
msgstr ""
# @ ekiline
#: inc/template-tags.php:64
msgid "Leave a comment"
msgstr ""
# @ ekiline
#: inc/template-tags.php:64
msgid "1 Comment"
msgstr ""
# @ ekiline
#: inc/template-tags.php:64
#, php-format
msgid "% Comments"
msgstr ""
# @ ekiline
#. translators: %s: Name of current post
#: inc/template-tags.php:71 template-parts/content-page.php:32
#, php-format
msgid "Edit %s"
msgstr ""
# @ ekiline
#: search.php:18
#, php-format
msgid "Search Results for: %s"
msgstr ""
msgid "Search"
msgstr ""
msgid "%s results found."
msgstr ""
# @ ekiline
#: template-parts/content-none.php:14
msgid "Nothing Found"
msgstr ""
# @ ekiline
#: template-parts/content-none.php:20
#, php-format
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
# @ ekiline
#: template-parts/content-none.php:24
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
# @ ekiline
#: template-parts/content-none.php:29
msgid ""
"It seems we can’t find what you’re looking for. Perhaps "
"searching can help."
msgstr ""
# @ ekiline
#: template-parts/content-page.php:21 template-parts/content-single.php:25
#: template-parts/content.php:34
msgid "Pages:"
msgstr ""
# @ ekiline
#. translators: %s: Name of current post.
#: template-parts/content.php:27
#, php-format
msgid "Continue reading %s <span class=\"meta-nav\">→</span>"
msgstr ""
#. Theme Name of the plugin/theme
msgid "Ekiline"
msgstr ""
# @ ekiline
#. Theme URI of the plugin/theme
msgid "http://ekiline.com/"
msgstr ""
# @ ekiline
#. Description of the plugin/theme
msgid ""
"Hi. I'm a theme called <code>Ekiline</code>, based on <em>Underscores</em> "
"and <em>Bootstrap</em>. "
msgstr ""
# @ ekiline
#. Author of the plugin/theme
msgid "Urielink in Bixnia "
msgstr ""
# @ ekiline
#: inc/custom-header.php
msgid "Pause"
msgstr ""
msgid "Play"
msgstr ""
# @ ekiline
#: inc/customizer.php
msgid "Text color"
msgstr ""
msgid "Links color"
msgstr ""
msgid "Menu color"
msgstr ""
msgid "Choose a base color, add second color for make a gradient"
msgstr ""
msgid "Module colors"
msgstr ""
msgid "Footer colors"
msgstr ""
msgid "Inverse menu"
msgstr ""
msgid "Change menu from lighten to darken"
msgstr ""
msgid "Horizontal logo"
msgstr ""
msgid "This show your brand in menu"
msgstr ""
msgid "Upload video to header"
msgstr ""
msgid ""
"Recommended formats: MP4, WEBM or OGV, your header image conserves as video "
"background or replacement"
msgstr ""
msgid "Header image height"
msgstr ""
msgid ""
"Choose from a standard Jumbotron size to a Cover full display format (only "
"in homepage)"
msgstr ""
msgid "Header logo"
msgstr ""
msgid "Add your brand in your image header"
msgstr ""
msgid "Header message"
msgstr ""
msgid "Customize the text in your heading image"
msgstr ""
msgid "Show all pages heading (thumbnail and title)"
msgstr ""
msgid "Show all entries heading (thumbnail and title)"
msgstr ""
msgid "Show all categories heading (thumbnail and title)"
msgstr ""
msgid "Site view"
msgstr ""
msgid ""
"Allow fullwidth or center the content of your website by content type: "
"homepage, categories or single content"
msgstr ""
msgid "Homepage"
msgstr ""
msgid "Categories"
msgstr ""
msgid "Single pages"
msgstr ""
msgid "Centered"
msgstr ""
msgid "Fullwidth"
msgstr ""
msgid "Left sidebar"
msgstr ""
msgid "Right sidebar"
msgstr ""
msgid "Show your lists in columns"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Top menu settings"
msgstr ""
msgid "Primary menu settings"
msgstr ""
msgid "Modal menu settings"
msgstr ""
msgid ""
"Add behaviors for this menu, fix to top, fix to bottom or fixed with scroll"
msgstr ""
msgid "Fixed top"
msgstr ""
msgid "Fixed bottom"
msgstr ""
msgid "Fix to scroll"
msgstr ""
msgid "Show from bottom"
msgstr ""
msgid "Show from left"
msgstr ""
msgid "Show from right"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Site Optimization"
msgstr ""
msgid "Add tracking codes and improves site performance"
msgstr ""
msgid "Google Analytics"
msgstr ""
msgid "Add Google Analytics code, only your identifier ( UA-XXXXX-XX )"
msgstr ""
msgid "Search Console"
msgstr ""
msgid "Add google site verification, only content=\"value\""
msgstr ""
msgid "Add msvalidate content=\"value\""
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Optimize HTML"
msgstr ""
msgid "Minify HTML output for site speed"
msgstr ""
# @ ekiline
#: serviceOptimize.php
msgid "FundMe"
msgstr ""
# @ ekiline
#: customizer.php
msgid "Set a number of entries on sitemap, default is 20 and max 200"
msgstr ""
msgid "Enable sitemap XML"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Other services"
msgstr ""
msgid "Special features for your site"
msgstr ""
msgid "Site over maintenance"
msgstr ""
msgid "Show a maintenance page to your visitors"
msgstr ""
msgid "Wireframe mode"
msgstr ""
msgid "Show bootstrap style boxes to help you in the design process"
msgstr ""
msgid "Cancel comments in attachments"
msgstr ""
msgid ""
"Yo can do this each attachment in media library or hiding all with this "
"option"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Social media"
msgstr ""
msgid "Set each field to show and allow basic social media features"
msgstr ""
msgid "E-mail"
msgstr ""
msgid "Add your email address"
msgstr ""
msgid "Phone Number"
msgstr ""
msgid "Add a phone number to be contacted"
msgstr ""
msgid "WhatsApp"
msgstr ""
msgid "Add a WhatsApp number to receive messages"
msgstr ""
msgid "Facebook"
msgstr ""
msgid "Add your Facebook page url"
msgstr ""
msgid "Add your Facebook Share App ID"
msgstr ""
msgid "Twitter"
msgstr ""
msgid "Add your Twitter name (@name)"
msgstr ""
msgid "Google Plus"
msgstr ""
msgid "Add your Google Plus page url"
msgstr ""
msgid "Linkedin"
msgstr ""
msgid "Add your Linkedin page url"
msgstr ""
msgid "YouTube"
msgstr ""
msgid "Add a YouTube page url"
msgstr ""
msgid "Instagram"
msgstr ""
msgid "Add an Instagram page url"
msgstr ""
msgid "Pinterest"
msgstr ""
msgid "Add a Pinterest page url"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Search Results for:"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Read more"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Username"
msgstr ""
msgid "Password"
msgstr ""
msgid "Remember me"
msgstr ""
msgid "Log in"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Invalid username or password"
msgstr ""
msgid "Username or Password is empty"
msgstr ""
msgid "You are logged out"
msgstr ""
msgid "Sorry! Security first"
msgstr ""
msgid "A username is required for registration"
msgstr ""
msgid "Sorry, that username already exists!"
msgstr ""
msgid "You must enter a valid email address"
msgstr ""
msgid "Sorry, that email address is already used!"
msgstr ""
msgid "Thank you for registering"
msgstr ""
msgid ""
"Please check your email for receive your login password (Be sure to check "
"your spam folder)"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Request access"
msgstr ""
msgid "Exit"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "We are over maintenance, sorry."
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Watch all in %s"
msgstr ""
msgid "Archive from "
msgstr ""
msgid "Entries from "
msgstr ""
msgid "Archive "
msgstr ""
msgid "Results "
msgstr ""
msgid "Error "
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Add a single bootstrap navbar"
msgstr ""
msgid "Bootstrap navbar menu"
msgstr ""
msgid "No menus have been created yet. <a href=\"%s\">Create some</a>."
msgstr ""
msgid "Add a vertical navigation bootstrap styled"
msgstr ""
msgid "Bootstrap vertical navigation"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "The most recent posts on your site in carousel format"
msgstr ""
msgid "Recent posts carousel"
msgstr ""
msgid "Recent posts"
msgstr ""
msgid "Filter categories:"
msgstr ""
msgid "Show post date?"
msgstr ""
msgid ""
"Published <span class=\"entry-date\"><time class=\"entry-date\" datetime="
"\"%1$s\" pubdate>%2$s</time></span> at <a href=\"%3$s\" title=\"Link to full-"
"size image\">%4$s × %5$s</a> in <a href=\"%6$s\" title=\"Return to %7$s"
"\" rel=\"gallery\">%7$s</a>"
msgstr ""
msgid ""
"Published <span class=\"entry-date\"><time class=\"entry-date\" datetime="
"\"%1$s\" pubdate>%2$s</time></span> in <a href=\"%6$s\" title=\"Return to "
"%7$s\" rel=\"gallery\">%7$s</a>"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "← Previous"
msgstr ""
msgid "Next →"
msgstr ""
msgid "Edit this image %s"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Comment"
msgstr ""
msgid "Name"
msgstr ""
msgid "Email"
msgstr ""
msgid "Website"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Top Menu"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Footer widgets"
msgstr ""
msgid "Dropdown in top menu"
msgstr ""
msgid "Dropdown in primary menu"
msgstr ""
msgid "Dropdown in single bootstrap navbar"
msgstr ""
msgid "In page at top of content"
msgstr ""
msgid "In page on bottom of content"
msgstr ""
msgid "Top first over all content"
msgstr ""
# @ ekiline
#: inc/adminCategoryfield.php
msgid "Category image"
msgstr ""
msgid "Add url image"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Ekiline settings"
msgstr ""
msgid "Transform to carousel"
msgstr ""
msgid "Open linked media on modal window"
msgstr ""
msgid "Carousel name (for customize)"
msgstr ""
msgid "Carousel text caption align"
msgstr ""
msgid "Center"
msgstr ""
msgid "Left"
msgstr ""
msgid "Right"
msgstr ""
msgid "Carousel transition"
msgstr ""
# borrar
msgid "Default"
msgstr ""
msgid "Fade"
msgstr ""
msgid "Vertical"
msgstr ""
msgid "Show indicators"
msgstr ""
msgid "Speed"
msgstr ""
msgid "Stop"
msgstr ""
msgid "3sec"
msgstr ""
msgid "6sec"
msgstr ""
msgid "9sec"
msgstr ""
msgid "Hide gutters"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Title:"
msgstr ""
msgid "Select Menu:"
msgstr ""
msgid "— Select —"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "CSS custom class"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Number of posts to show:"
msgstr ""
msgid "Exclude categories:"
msgstr ""
msgid "Category IDs, separated by commas"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Hello"
msgstr ""
msgid "You are already logged in"
msgstr ""
# @ ekiline
#: carpeta/archivo.php:29
msgid "Comments are closed"
msgstr ""
# @ ekiline
#: inc/extras
msgid "Older posts"
msgstr ""
# @ ekiline
msgid "Newer posts"
msgstr ""
# @ ekiline
msgid "Posts navigation"
msgstr ""
# @ ekiline
#: comments.php:29
msgid "Show comments"
msgstr ""
# @ ekiline
#: header.php
msgid "Loading..."
msgstr ""
# @ ekiline
#: serviceAccess.php
msgid "Hi "
msgstr ""
# @ ekiline
msgid "Thank you for visit this website."
msgstr ""
# @ ekiline
msgid "Static"
msgstr ""
# @ ekiline
msgid "Toggle"
msgstr ""
# @ ekiline
msgid "Javascript is disabled"
msgstr ""
# @ ekiline
msgid "Relative urls"
msgstr ""
# @ ekiline
msgid ""
"Recommended for sites developed in the local environment and need to be "
"migrated"
msgstr ""
# @ ekiline
msgid "Default Header Image"
msgstr ""
# @ ekiline
#: themeBreadcrumb.php
msgid "Home"
msgstr ""
msgid "Archive by category %s"
msgstr ""
msgid "Search results for %s"
msgstr ""
msgid "Posts tagged %s"
msgstr ""
msgid "Articles posted by %s"
msgstr ""
msgid "Error 404"
msgstr ""
msgid "Page %s"
msgstr ""
msgid "Comment page %s"
msgstr ""
# @ ekiline
#: adminEditor.php
msgid "Columns"
msgstr ""
msgid "Columns container"
msgstr ""
msgid "2 columns"
msgstr ""
msgid "3 columns"
msgstr ""
msgid "4 columns"
msgstr ""
msgid "6 columns"
msgstr ""
msgid "Typography"
msgstr ""
msgid "Big text"
msgstr ""
msgid "Lead Text <p>"
msgstr ""
msgid "Small Text"
msgstr ""
msgid "Highlight"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Insert"
msgstr ""
msgid "Abbreviation"
msgstr ""
msgid "Initialism"
msgstr ""
msgid "Cite"
msgstr ""
msgid "User Input"
msgstr ""
msgid "Variable"
msgstr ""
msgid "Sample Output"
msgstr ""
msgid "Address"
msgstr ""
msgid "Code Block"
msgstr ""
msgid "Big headings"
msgstr ""
msgid "Colors"
msgstr ""
msgid "Text colors"
msgstr ""
msgid "Primary"
msgstr ""
msgid "Secondary"
msgstr ""
msgid "Success"
msgstr ""
msgid "Danger"
msgstr ""
msgid "Warning"
msgstr ""
msgid "Info"
msgstr ""
msgid "Light"
msgstr ""
msgid "Dark"
msgstr ""