-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathit.po
962 lines (751 loc) · 22.4 KB
/
it.po
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Timm Bäder
# This file is distributed under the same license as the corebird package.
#
# Translators:
# Daniele Napolitano <[email protected]>, 2014
# Emanuele Rocco Petrone <[email protected]>, 2018
# Matteo Castelli <[email protected]>, 2016
# Nicola Stanislao Vitale <[email protected]>, 2015
# Tassoman, 2017
msgid ""
msgstr ""
"Project-Id-Version: Corebird\n"
"Report-Msgid-Bugs-To: https://github.com/baedert/corebird/issues/new\n"
"POT-Creation-Date: 2017-10-22 12:02+0200\n"
"PO-Revision-Date: 2018-02-20 19:25+0000\n"
"Last-Translator: Emanuele Rocco Petrone <[email protected]>\n"
"Language-Team: Italian (http://www.transifex.com/corebird/corebird/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/org.baedert.corebird.appdata.xml.in:5
#: data/org.baedert.corebird.desktop.in:3
msgid "Corebird"
msgstr "Corebird"
#: data/org.baedert.corebird.appdata.xml.in:6
#: data/org.baedert.corebird.desktop.in:4
msgid "Twitter Client"
msgstr "Client Twitter"
#: data/org.baedert.corebird.appdata.xml.in:10
msgid ""
"Corebird is a native GTK+ twitter client that provides vital features such "
"as Direct Messages (DMs), tweet notifications, conversation views."
msgstr "Corebird è un client twitter nativo GTK+ che fornisce funzioni vitali come messaggi diretti (DM), notifiche dei tweet e vista delle conversazioni."
#: data/org.baedert.corebird.appdata.xml.in:13
msgid ""
"Additional features include local viewing of videos, multiple inline images,"
" Lists, Filters, multiple accounts, etc."
msgstr "Funzionalità aggiuntive includono riproduzione locale dei video, più immagini in una riga, liste, filtri, account multipli ecc."
#: data/org.baedert.corebird.appdata.xml.in:21
msgid "Generic timeline view when using Corebird"
msgstr "Vista generica della timeline quando usi Corebird"
#: data/org.baedert.corebird.appdata.xml.in:25
msgid "Typical Twitter profile"
msgstr "Tipico profilo twitter"
#: data/org.baedert.corebird.appdata.xml.in:29
msgid "Account settings can be configured"
msgstr "Le impostazioni dell'account possono essere configurate"
#: data/org.baedert.corebird.appdata.xml.in:41
msgid "Timm Bäder"
msgstr "Timm Bäder"
#: data/org.baedert.corebird.desktop.in:5
msgid "Use Twitter from within a normal desktop application"
msgstr "Usa Twitter come una normale applicazione desktop"
#. TRANSLATORS: Search terms to find this application. Do NOT translate or
#. localize the semicolons! The list MUST also end with a semicolon!
#: data/org.baedert.corebird.desktop.in:7
msgid "twitter;"
msgstr "Twitter;"
#. TRANSLATORS: Do NOT translate or transliterate this text (this is an icon
#. file name)!
#: data/org.baedert.corebird.desktop.in:11
msgid "corebird"
msgstr "corebird"
#. TRANSLATORS: This is the start of a "Replying to" line in a tweet
#: src/CbUtils.c:177 src/TweetInfoPage.vala:525
msgid "Replying to"
msgstr "Rispondendo a"
#. TRANSLATORS: This gets appended to the "replying to" line
#. * in a tweet. Example: "Replying to Foo and Bar" where
#. * "and Bar" comes from this string.
#: src/CbUtils.c:188 src/TweetInfoPage.vala:537
msgid "and"
msgstr "e"
#. TRANSLATORS: This gets appended to the "replying to" line
#. * in a tweet
#: src/CbUtils.c:197
#, c-format
msgid "and %d others"
msgstr "e %d altri"
#: src/DMPage.vala:344
msgid "Direct Conversation"
msgstr "Conversazione diretta"
#: src/DMThreadsPage.vala:228
#, c-format
msgid "%d new Message from %s"
msgid_plural "%d new Messages from %s"
msgstr[0] "%d nuovo messaggio da %s"
msgstr[1] "%d nuovi messaggi da %s"
#: src/DMThreadsPage.vala:234 src/UserEventReceiver.vala:98
#, c-format
msgid "New direct message from %s"
msgstr "Nuovo messaggio diretto da %s"
#: src/DMThreadsPage.vala:244 src/DMThreadsPage.vala:258
msgid "Direct Messages"
msgstr "Messaggi diretti"
#: src/DefaultTimeline.vala:366
msgid "Could not load tweets"
msgstr "Impossibile caricare i tweet"
#: src/FavoritesTimeline.vala:72 src/FavoritesTimeline.vala:76
#: src/TweetInfoPage.vala:567
msgid "Favorites"
msgstr "Preferiti"
#: src/FilterPage.vala:47
msgid "Add new Filter"
msgstr "Aggiungi un nuovo filtro"
#: src/FilterPage.vala:317 src/FilterPage.vala:323
msgid "Filters"
msgstr "Filtri"
#: src/HomeTimeline.vala:143
#, c-format
msgid "%s retweeted %s"
msgstr "%s ha ritwittato %s"
#: src/HomeTimeline.vala:146
#, c-format
msgid "%s tweeted"
msgstr "%s ritwittato"
#: src/HomeTimeline.vala:155
#, c-format
msgid "%d new Tweet!"
msgid_plural "%d new Tweets!"
msgstr[0] "%d nuovo Twett!"
msgstr[1] "%d nuovi Tweet!"
#: src/HomeTimeline.vala:190
msgid "Home"
msgstr "Home"
#: src/ListStatusesPage.vala:378
msgid "List"
msgstr "Lista"
#: src/ListsPage.vala:126 src/ListsPage.vala:131 ui/profile-page.ui:368
msgid "Lists"
msgstr "Liste"
#: src/MainWindow.vala:88
msgid "Show configured accounts"
msgstr "Mostra gli account configurati"
#: src/MainWindow.vala:100 ui/compose-window.ui:11 ui/compose-window.ui:25
msgid "Compose Tweet"
msgstr "Componi tweet"
#: src/MainWindow.vala:132
msgid "Add new Account"
msgstr "Aggiungi un nuovo account"
#: src/MentionsTimeline.vala:93 src/UserEventReceiver.vala:115
#, c-format
msgid "%s mentioned %s"
msgstr "%s ha menzionato %s"
#: src/MentionsTimeline.vala:111 src/MentionsTimeline.vala:115
msgid "Mentions"
msgstr "Menzioni"
#: src/ProfilePage.vala:218
msgid "Suspended Account"
msgstr "Account sospeso"
#: src/ProfilePage.vala:272
msgid "Protected profile"
msgstr "Profilo protetto"
#: src/ProfilePage.vala:369
#, c-format
msgid "Tweet to @%s"
msgstr "Twitta a @%s"
#: src/ProfilePage.vala:507 src/ProfilePage.vala:551
msgid "Protected Profile"
msgstr "Profilo protetto"
#: src/SearchPage.vala:371 src/SearchPage.vala:380 ui/search-page.ui:24
msgid "Search"
msgstr "Cerca"
#: src/SearchPage.vala:401
msgid "Load More"
msgstr "Mostra altri"
#: src/TweetInfoPage.vala:345
msgid "Could not show tweet"
msgstr "Impossibile mostrare il tweet"
#: src/TweetInfoPage.vala:566
msgid "Retweets"
msgstr "Retweet"
#: src/TweetInfoPage.vala:575 src/widgets/MediaButton.vala:103
msgid "Open in Browser"
msgstr "Apri nel browser"
#: src/TweetInfoPage.vala:575
msgid "Source"
msgstr "Sorgente"
#: src/TweetInfoPage.vala:621
msgid "Tweet Details"
msgstr "Dettagli tweet"
#: src/list/DMThreadEntry.vala:71
#, c-format
msgid "(%d unread)"
msgid_plural "(%d unread)"
msgstr[0] "(%d non letto)"
msgstr[1] "(%d non letti)"
#: src/list/FavImageRow.vala:81 ui/account-dialog.ui:212
#: ui/account-dialog.ui:269 ui/filter-list-entry.ui:93
#: ui/list-list-entry.ui:132 ui/list-statuses-page.ui:166
#: ui/modify-snippet-dialog.ui:108 ui/tweet-info-page.ui:10
#: ui/tweet-list-entry.ui:10
msgid "Delete"
msgstr "Elimina"
#: src/list/TweetListEntry.vala:455
#, c-format
msgid "Block %s"
msgstr "Blocca %s"
#: src/list/TweetListEntry.vala:611
msgid "This tweet contains images marked as inappropriate"
msgstr "Questo tweet contiene immagini segnalate come inappropriate"
#: src/list/TweetListEntry.vala:618
msgid "Show anyway"
msgstr "Mostrare comunque"
#: src/util/Utils.vala:146
msgid "Now"
msgstr "Adesso"
#: src/util/Utils.vala:148
#, c-format
msgid "%dm"
msgstr "%dm"
#: src/util/Utils.vala:152
#, c-format
msgid "%dh"
msgstr "%dh"
#: src/widgets/AccountCreateWidget.vala:42
msgid "Don’t have a Twitter account yet?"
msgstr "Non hai ancora un account Twitter?"
#: src/widgets/AccountCreateWidget.vala:42
msgid "Create one"
msgstr "Creane uno"
#: src/widgets/AccountCreateWidget.vala:55
msgid ""
"Unauthorized. Most of the time, this means that there’s something wrong with"
" the Twitter servers and you should try again later"
msgstr "Non autorizzato. La maggior parte delle volte questo significa che c'è qualche problema con i server di Twitter e che dovresti provare di nuovo più tardi"
#: src/widgets/AccountCreateWidget.vala:69
#, c-format
msgid "Could not open %s"
msgstr "Non posso aprire %s"
#: src/widgets/AccountCreateWidget.vala:98
msgid "Wrong PIN"
msgstr "PIN sbagliato"
#: src/widgets/AccountCreateWidget.vala:124
msgid "Account already in use"
msgstr "Account già in uso"
#: src/widgets/CompletionTextView.vala:59
msgid "No users found"
msgstr "Nessun utente"
#: src/widgets/FavImageView.vala:153 src/window/ComposeTweetWindow.vala:299
msgid "Select Image"
msgstr "Sfoglia"
#: src/widgets/FavImageView.vala:156 src/window/AccountDialog.vala:347
#: src/window/ComposeTweetWindow.vala:302
msgid "Open"
msgstr "Aprire"
#: src/widgets/FavImageView.vala:157 src/widgets/MediaButton.vala:276
#: src/window/AccountDialog.vala:348 src/window/ComposeTweetWindow.vala:275
#: src/window/ComposeTweetWindow.vala:303 src/window/UserListDialog.vala:47
#: ui/account-dialog.ui:25 ui/account-dialog.ui:256 ui/compose-window.ui:41
#: ui/filter-list-entry.ui:80 ui/list-list-entry.ui:98
#: ui/list-statuses-page.ui:173 ui/modify-filter-dialog.ui:13
#: ui/modify-snippet-dialog.ui:14 ui/shortcuts-window.ui:134
#: ui/user-filter-entry.ui:114
msgid "Cancel"
msgstr "Annulla"
#: src/widgets/FollowButton.vala:43
msgid "Follow"
msgstr "Segui"
#: src/widgets/FollowButton.vala:44
msgid "Unfollow"
msgstr "Non seguire"
#: src/widgets/MediaButton.vala:48
msgid "Copy URL"
msgstr "Copia URL"
#: src/widgets/MediaButton.vala:105
msgid "Save as…"
msgstr "Salva come..."
#: src/widgets/MediaButton.vala:268
msgid "Save Video"
msgstr "Salva Video"
#: src/widgets/MediaButton.vala:270
msgid "Save Image"
msgstr "Salva immagine"
#: src/widgets/MediaButton.vala:275 src/window/AccountDialog.vala:429
#: src/window/AccountDialog.vala:450 src/window/UserListDialog.vala:48
#: ui/account-dialog.ui:33 ui/list-statuses-page.ui:129
#: ui/modify-filter-dialog.ui:20 ui/modify-snippet-dialog.ui:21
msgid "Save"
msgstr "Salva"
#: src/widgets/TweetListBox.vala:123
msgid "Loading…"
msgstr "Caricamento..."
#: src/widgets/TweetListBox.vala:126 src/widgets/TweetListBox.vala:177
msgid "No entries found"
msgstr "Nessun risultato trovato"
#: src/widgets/TweetListBox.vala:137 ui/account-create-widget.ui:119
msgid "Retry"
msgstr "Riprova"
#: src/window/AccountDialog.vala:344
msgid "Select Banner Image"
msgstr "Seleziona l'immagine banner"
#: src/window/AccountDialog.vala:380
msgid "Image does not meet minimum size requirements:"
msgstr "L'immagine non rispetta le dimensioni minime richieste"
#: src/window/AccountDialog.vala:381
#, c-format
msgid "Minimum width: %d pixel"
msgid_plural "Minimum width: %d pixels"
msgstr[0] ""
msgstr[1] ""
#: src/window/AccountDialog.vala:383
#, c-format
msgid "Minimum height: %d pixel"
msgid_plural "Minimum height: %d pixels"
msgstr[0] ""
msgstr[1] ""
#: src/window/AccountDialog.vala:404 src/window/AccountDialog.vala:417
msgid "Pick"
msgstr "Seleziona"
#: src/window/ComposeTweetWindow.vala:138
msgid "Quote tweet"
msgstr "Cita il tweet"
#: src/window/ComposeTweetWindow.vala:331
msgid "Selected file is not an image."
msgstr "Il file selezionato non è un'immagine"
#: src/window/ComposeTweetWindow.vala:332
#: src/window/ComposeTweetWindow.vala:338
#: src/window/ComposeTweetWindow.vala:344
#: src/window/ComposeTweetWindow.vala:365
#: src/window/ComposeTweetWindow.vala:428
msgid "Back"
msgstr "Indietro"
#: src/window/ComposeTweetWindow.vala:336
#, c-format
msgid ""
"The selected image is too big. The maximum file size per image is %'d MB"
msgstr "L'immagine selezionata è troppo grossa. La dimensione massima consentita è %'d MB"
#: src/window/ComposeTweetWindow.vala:343
msgid "Only one GIF file per tweet is allowed."
msgstr "È consentita solo una gif per tweet."
#: src/window/ComposeTweetWindow.vala:392
msgid "Insert Emoji"
msgstr "Inserisci emoji"
#: src/window/ModifyFilterDialog.vala:45
msgid "Modify Filter"
msgstr "Modifica filtro"
#: src/window/ModifyFilterDialog.vala:76
msgid "Matches"
msgstr "Corrispondenze"
#: src/window/ModifyFilterDialog.vala:78
msgid "Doesn’t match"
msgstr "Non corrisponde"
#: src/window/ModifySnippetDialog.vala:44
msgid "Modify Snippet"
msgstr "Modifica Snippet"
#: src/window/ModifySnippetDialog.vala:63
msgid "Snippet can’t be empty"
msgstr "Lo snippet non può essere vuoto"
#: src/window/ModifySnippetDialog.vala:70
msgid "Replacement can’t be empty"
msgstr "Il sostituto non può essere vuoto"
#: src/window/ModifySnippetDialog.vala:78
msgid "Snippet may not contain whitespace"
msgstr "Lo snippat non può contenere spazi"
#: src/window/ModifySnippetDialog.vala:86
msgid "Snippet already exists"
msgstr "Lo snippet esiste già"
#: src/window/SettingsDialog.vala:85
msgid ""
"Hey, check out this new #Corebird version! \\ (•◡•) / #cool "
"#newisalwaysbetter"
msgstr "Ehi, scarica la nuova versione di #Corebird \\ (•◡•) / #cool #newisalwaysbetter"
#: src/window/UserListDialog.vala:40
msgid "Add to or Remove User From List"
msgstr "Aggiungi o rimuovi un utente dalla lista"
#: src/window/UserListDialog.vala:69
msgid "You have no lists."
msgstr "Non hai nessuna lista"
#: ui/about-dialog.ui:5
msgid "About Corebird"
msgstr "Informazioni su Corebird"
#: ui/account-create-widget.ui:28
msgid "New Account"
msgstr "Nuovo account"
#: ui/account-create-widget.ui:47
msgid ""
"To authenticate Corebird, you need a PIN from twitter.com with the account "
"you wish to add"
msgstr "Per autenticarti su Corebird hai bisogno di un PIN da twitter.com dell'account che desideri aggiungere"
#: ui/account-create-widget.ui:58
msgid "Request PIN"
msgstr "Richiedi PIN"
#: ui/account-create-widget.ui:88
msgid "Enter PIN from twitter.com below:"
msgstr "Inserisci il pin da Twitter.com qui sotto"
#: ui/account-create-widget.ui:106
msgid "PIN"
msgstr "PIN"
#: ui/account-create-widget.ui:132 ui/list-statuses-page.ui:358
msgid "Confirm"
msgstr "Conferma"
#: ui/account-dialog.ui:19
msgid "Account Settings"
msgstr "Impostazioni account"
#: ui/account-dialog.ui:88
msgid "Name"
msgstr "Nome"
#: ui/account-dialog.ui:117
msgid "Website"
msgstr "Sito web"
#: ui/account-dialog.ui:181
msgid "Autostart"
msgstr "Avvio automatico"
#: ui/account-dialog.ui:244
msgid "Do you really want to delete this account?"
msgstr "Vuoi davvero rimuovere questo account?"
#: ui/cb-emoji-chooser.ui:41
msgctxt "emoji category"
msgid "Smileys & People"
msgstr "Smiles e Persone"
#: ui/cb-emoji-chooser.ui:54
msgctxt "emoji category"
msgid "Body & Clothing"
msgstr "Corpo e vestiti"
#: ui/cb-emoji-chooser.ui:67
msgctxt "emoji category"
msgid "Animals & Nature"
msgstr "Animali e natura"
#: ui/cb-emoji-chooser.ui:80
msgctxt "emoji category"
msgid "Food & Drink"
msgstr "Cibo e bevande"
#: ui/cb-emoji-chooser.ui:93
msgctxt "emoji category"
msgid "Travel & Places"
msgstr "Viaggi e posti"
#: ui/cb-emoji-chooser.ui:106
msgctxt "emoji category"
msgid "Activities"
msgstr "Attività"
#: ui/cb-emoji-chooser.ui:119
msgctxt "emoji category"
msgid "Objects"
msgstr "Oggetti"
#: ui/cb-emoji-chooser.ui:132
msgctxt "emoji category"
msgid "Symbols"
msgstr "Simboli"
#: ui/cb-emoji-chooser.ui:145
msgctxt "emoji category"
msgid "Flags"
msgstr "Bandiere"
#: ui/cb-emoji-chooser.ui:272
msgid "No Results Found"
msgstr "Nessun risultato trovato"
#: ui/cb-emoji-chooser.ui:285
msgid "Try a different search"
msgstr "Prova una ricerca differente"
#: ui/compose-window.ui:48 ui/dm-page.ui:51 ui/shortcuts-window.ui:127
msgid "Send"
msgstr "Invia"
#: ui/compose-window.ui:177
msgid "Add Image"
msgstr "Aggiungi immagine"
#: ui/compose-window.ui:185
msgid "Show favorite images"
msgstr "Mostra le immagini preferite"
#: ui/filter-page.ui:71 ui/search-page.ui:86
msgid "Users"
msgstr "Utenti"
#: ui/list-list-entry.ui:109
msgid "Subscribe"
msgstr "Sottoscrivi"
#: ui/list-list-entry.ui:122
msgid "Unsubscribe"
msgstr "Rimuovi sottoscrizione"
#: ui/list-statuses-page.ui:26
msgid "Subscribers:"
msgstr "Iscritti:"
#: ui/list-statuses-page.ui:49
msgid "Members:"
msgstr "Membri:"
#: ui/list-statuses-page.ui:72
msgid "Creator:"
msgstr "Creatore:"
#: ui/list-statuses-page.ui:84
msgid "Created at:"
msgstr "Creata il:"
#: ui/list-statuses-page.ui:119
msgid "Edit"
msgstr "Modifica"
#: ui/list-statuses-page.ui:194
msgid "Mode:"
msgstr "Modalità:"
#: ui/list-statuses-page.ui:217
msgid "Private"
msgstr "Privata"
#: ui/list-statuses-page.ui:218
msgid "Public"
msgstr "Pubblica"
#: ui/list-statuses-page.ui:296
msgid "Description"
msgstr "Descrizione"
#: ui/menus.ui:6 ui/settings-dialog.ui:16 ui/settings-dialog.ui:22
msgid "Settings"
msgstr "Impostazioni"
#: ui/menus.ui:10
msgid "Shortcuts"
msgstr "Scorciatoie"
#: ui/menus.ui:15
msgid "About"
msgstr "Informazioni su..."
#: ui/menus.ui:19
msgid "Quit"
msgstr "Esci"
#: ui/modify-filter-dialog.ui:6
msgid "Add New Filter"
msgstr "Aggiungi nuovo filtro"
#: ui/modify-snippet-dialog.ui:6
msgid "Add New Snippet"
msgstr "Aggiungi un nuovo snippet"
#: ui/modify-snippet-dialog.ui:46
msgid "Keyword"
msgstr "Parola chiave"
#: ui/modify-snippet-dialog.ui:72
msgid "Replacement"
msgstr "Sostituto"
#: ui/new-list-entry.ui:30
msgid "Create New List"
msgstr "Crea una nuova lista"
#: ui/new-list-entry.ui:51
msgid "Name:"
msgstr "Nome:"
#: ui/new-list-entry.ui:73
msgid "Create"
msgstr "Crea"
#: ui/profile-page.ui:6
msgid "Write Direct Message"
msgstr "Scrivi un messaggio diretto"
#: ui/profile-page.ui:14
msgid "Add to/Remove from List"
msgstr "Aggiunti/rimuovi dalla lista"
#: ui/profile-page.ui:20
msgid "Blocked"
msgstr "Bloccato"
#: ui/profile-page.ui:24
msgid "Muted"
msgstr "Silenziato"
#: ui/profile-page.ui:28
msgid "Retweets disabled"
msgstr "Retweet disabilitati"
#: ui/profile-page.ui:166
msgid "Follows you"
msgstr "Ti segue"
#: ui/profile-page.ui:242 ui/search-page.ui:74 ui/settings-dialog.ui:420
msgid "Tweets"
msgstr "Tweet"
#: ui/profile-page.ui:284
msgid "Followers"
msgstr "Followers"
#: ui/profile-page.ui:326
msgid "Following"
msgstr "Following"
#: ui/settings-dialog.ui:59
msgid "Show inline media"
msgstr "Mostrare i media contenuti"
#: ui/settings-dialog.ui:78
msgid "Always show"
msgstr "Mostrare sempre"
#: ui/settings-dialog.ui:79
msgid "Always hide"
msgstr "Nascondere sempre"
#: ui/settings-dialog.ui:80
msgid "Hide in timeline"
msgstr "Nascondere nella timeline"
#: ui/settings-dialog.ui:101
msgid "Auto scroll on new tweets"
msgstr "Scorrimento automatico con nuovi tweet"
#: ui/settings-dialog.ui:131
msgid "Double-click activation"
msgstr "Doppio-click per attivare"
#: ui/settings-dialog.ui:161
msgid "Interface"
msgstr "Interfaccia"
#: ui/settings-dialog.ui:179
msgid "On New Tweets"
msgstr "Per Nuovi Tweet"
#: ui/settings-dialog.ui:193
msgid "Actions"
msgstr "Azioni"
#: ui/settings-dialog.ui:208
msgid "On New Mentions"
msgstr "Per Nuove Menzioni"
#: ui/settings-dialog.ui:222
msgid "On New Messages"
msgstr "Per Nuovi Messaggi"
#: ui/settings-dialog.ui:266
msgid "Never"
msgstr "Mai"
#: ui/settings-dialog.ui:267
msgid "Every"
msgstr "Sempre"
#: ui/settings-dialog.ui:268
msgid "Stack 5"
msgstr "Ogni 5"
#: ui/settings-dialog.ui:269
msgid "Stack 10"
msgstr "Ogni 10"
#: ui/settings-dialog.ui:270
msgid "Stack 25"
msgstr "Ogni 25"
#: ui/settings-dialog.ui:271
msgid "Stack 50"
msgstr "Ogni 50"
#: ui/settings-dialog.ui:284
msgid "Notifications"
msgstr "Notifiche"
#: ui/settings-dialog.ui:311
msgid "Round avatars"
msgstr "Avatar arrotondati"
#: ui/settings-dialog.ui:338
msgid "Remove trailing hashtags"
msgstr "Rimuovere gli hastag finali"
#: ui/settings-dialog.ui:366
msgid "Remove media links"
msgstr "Rimuovi link multimediali"
#: ui/settings-dialog.ui:394
msgid "Hide inappropriate content"
msgstr "Contenuto inappropriato"
#: ui/settings-dialog.ui:441
msgid "No snippets configured."
msgstr "Nessuno snippet configurato."
#: ui/settings-dialog.ui:480
msgid "You can activate snippets by writing the keyword and pressing TAB."
msgstr "Gli snippet si attivano digitando la parola chiave con la tastiera e premendo TAB."
#: ui/settings-dialog.ui:494
msgid "Snippets"
msgstr "Snippet"
#: ui/shortcuts-window.ui:12
msgctxt "shortcuts window"
msgid "General"
msgstr "Generale"
#: ui/shortcuts-window.ui:17
msgctxt "shortcuts window"
msgid "Compose Tweet"
msgstr "Componi tweet"
#: ui/shortcuts-window.ui:24
msgctxt "shortcuts window"
msgid "Show Account settings"
msgstr "Mostra Preferenze Account"
#: ui/shortcuts-window.ui:31
msgctxt "shortcuts window"
msgid "Show Accounts Popover"
msgstr "Mostra Account sovrimpresso"
#: ui/shortcuts-window.ui:38
msgctxt "shortcuts window"
msgid "Show Application Settings"
msgstr "Mostra Preferenze Applicazione"
#: ui/shortcuts-window.ui:45
msgctxt "shortcuts window"
msgid "Toggle Topbar"
msgstr ""
#: ui/shortcuts-window.ui:52
msgctxt "shortcuts window"
msgid "Go Back"
msgstr "Indietro"
#: ui/shortcuts-window.ui:59
msgctxt "shortcuts window"
msgid "Go Forward"
msgstr "Avanti"
#: ui/shortcuts-window.ui:66
msgctxt "shortcuts window"
msgid "Go to nth page"
msgstr ""
#: ui/shortcuts-window.ui:74
msgctxt "shortcuts window"
msgid "Tweets"
msgstr "Tweet"
#: ui/shortcuts-window.ui:79
msgctxt "shortcuts window"
msgid "Retweet"
msgstr "Retweet"
#: ui/shortcuts-window.ui:86
msgctxt "shortcuts window"
msgid "Favorite"
msgstr "Preferito"
#: ui/shortcuts-window.ui:93
msgctxt "shortcuts window"
msgid "Reply"
msgstr "Rispondi"
#: ui/shortcuts-window.ui:100
msgctxt "shortcuts window"
msgid "Quote"
msgstr "Cita"
#: ui/shortcuts-window.ui:107
msgctxt "shortcuts window"
msgid "Show Details"
msgstr "Mostra Dettagli"
#: ui/shortcuts-window.ui:114
msgctxt "shortcuts window"
msgid "Delete"
msgstr "Elimina"
#: ui/shortcuts-window.ui:122
msgctxt "shortcuts window"
msgid "Compose"
msgstr "Componi"
#: ui/shortcuts-window.ui:141
msgid "Show Emoji Chooser"
msgstr "Mostra emoji picker"
#: ui/start-conversation-entry.ui:29
msgid "Start new conversation"
msgstr "Inizia una nuova conversazione"
#: ui/start-conversation-entry.ui:49
msgid "With:"
msgstr "Con:"
#: ui/start-conversation-entry.ui:75
msgid "Go"
msgstr "Vai"
#: ui/tweet-info-page.ui:6 ui/tweet-list-entry.ui:6
msgid "Quote"
msgstr "Cita"
#: ui/tweet-info-page.ui:252
msgid "Retweet tweet"
msgstr "Ritwitta il tweet"
#: ui/tweet-info-page.ui:277
msgid "Favorite tweet"
msgstr "Tweet preferito"
#: ui/tweet-info-page.ui:302
msgid "Reply to tweet"
msgstr "Rispondi al tweet"
#: ui/tweet-info-page.ui:338
msgid "More"
msgstr "Altro"
#: ui/tweet-list-entry.ui:60
msgid "Favorite"
msgstr "Mi piace"
#: ui/tweet-list-entry.ui:81
msgid "Reply"
msgstr "Rispondi"
#: ui/user-filter-entry.ui:125
msgid "Unblock"
msgstr "Sblocca"
#: ui/user-list-entry.ui:67
msgid "Show settings of this account"
msgstr "Mostra le impostazioni di questo account"
#: ui/user-list-entry.ui:92
msgid "Open in new window"
msgstr "Apri in una nuova finestra"
#: ui/user-list-entry.ui:116
msgid "Go to profile"
msgstr "Vai al profilo"
#: ui/user-lists-widget.ui:14
msgid "Created"
msgstr "Creato"
#: ui/user-lists-widget.ui:86
msgid "Subscribed to"
msgstr "Sottoscritto a"