8
8
"Project-Id-Version: olive\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2007-08-13 12:05+0200\n"
11
"PO-Revision-Date: 2007-10-01 20:42+0000\n"
12
"Last-Translator: David Planella <Unknown>\n"
10
"POT-Creation-Date: 2011-12-01 11:46+0100\n"
11
"PO-Revision-Date: 2011-11-30 22:57+0000\n"
12
"Last-Translator: David Planella <david.planella@ubuntu.com>\n"
13
13
"Language-Team: Ubuntu Catalan Translators <ubuntu-l10n-ca@lists.ubuntu.com>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
"X-Launchpad-Export-Date: 2008-03-11 16:44+0000\n"
18
"X-Generator: Launchpad (build Unknown)\n"
20
#: branch.py:52 olive.glade:151
17
"X-Launchpad-Export-Date: 2011-12-02 05:54+0000\n"
18
"X-Generator: Launchpad (build 14414)\n"
20
#: ../bazaar-properties.desktop.in.h:1
21
msgid "Bazaar Preferences"
22
msgstr "Preferències del Bazaar"
24
#: ../bazaar-properties.desktop.in.h:2
25
msgid "Configure Bazaar settings"
26
msgstr "Configureu els paràmetres del Bazaar"
28
#: ../bzr-handle-patch.desktop.in.h:1
29
msgid "Apply Bazaar Bundle"
32
#: ../bzr-handle-patch.desktop.in.h:2
36
#: ../bzr-notify.desktop.in.h:1
37
msgid "Bazaar Notification"
38
msgstr "Notificacions del Bazaar"
40
#: ../bzr-notify.desktop.in.h:2
41
msgid "Notification Area Icon for Bazaar"
42
msgstr "Icona a l'àrea de notificació per al Bazaar"
22
47
msgstr "Crea una _branca"
24
#: branch.py:55 checkout.py:53
25
msgid "Please select a folder"
26
msgstr "Seleccioneu una carpeta"
28
#: branch.py:57 checkout.py:55
49
#: ../branch.py:49 ../checkout.py:49
29
50
msgid "Branch location:"
30
51
msgstr "Ubicació de la branca:"
32
#: branch.py:58 checkout.py:56
53
#: ../branch.py:51 ../checkout.py:50
33
54
msgid "Destination:"
34
55
msgstr "Destinació:"
36
#: branch.py:59 checkout.py:57
37
58
msgid "Branck nick:"
38
59
msgstr "Sobrenom de la branca:"
40
#: branch.py:60 checkout.py:58
61
#: ../branch.py:53 ../checkout.py:52
44
#: branch.py:162 checkout.py:163
65
#: ../branch.py:54 ../checkout.py:47
66
msgid "Please select a folder"
67
msgstr "Seleccioneu una carpeta"
69
#: ../branch.py:134 ../checkout.py:153
45
70
msgid "Missing branch location"
46
71
msgstr "Manca la ubicació de la branca"
48
#: branch.py:163 checkout.py:164
73
#: ../branch.py:135 ../checkout.py:154
49
74
msgid "You must specify a branch location."
50
75
msgstr "Heu d'especificar la ubicació de la branca."
53
78
msgid "Branching successful"
54
79
msgstr "S'ha creat la branca satisfactòriament"
58
83
msgid "%d revision(s) branched."
59
84
msgstr "S'ha creat una branca de %d revisions."
61
#: branch.py:214 checkout.py:195
86
#: ../branch.py:183 ../checkout.py:185
97
msgstr "Sobrenom de la branca:"
70
100
msgid "_Lightweight checkout"
71
101
msgstr "Obtenció _lleugera"
103
#: ../commands.py:305
74
104
msgid "Directory does not have a working tree"
75
105
msgstr "El directori no té cap arbre de treball"
107
#: ../commands.py:306
78
108
msgid "Operation aborted."
79
109
msgstr "S'ha interromput l'operació"
81
#: commit.py:74 errors.py:26 add.py:76 add.py:86 info.py:556
82
msgid "Directory is not a branch"
83
msgstr "El directori no és una branca"
85
#: commit.py:75 errors.py:27 add.py:77 add.py:87 info.py:557
86
msgid "You can perform this action only in a branch."
87
msgstr "No podeu dur a terme aquesta acció en una branca."
111
#: ../commands.py:410
112
msgid "There are local changes in the branch"
113
msgstr "Hi ha modificacions locals a la branca"
115
#: ../commands.py:411
116
msgid "Please commit or revert the changes before merging."
117
msgstr "Heu de publicar o desfer els canvis abans de poder fer la fusió."
129
msgstr "canviat de nom"
132
msgid "renamed and modified"
133
msgstr "nom canviat i modificat"
144
msgid "<b>Commit Message</b>"
148
msgid "_Only commit locally"
149
msgstr "_Només publica localment"
94
msgid "File(s) to commit"
95
msgstr "Fitxers a publicar"
98
msgid "Commit message:"
99
msgstr "Missatge de publicació"
102
msgid "Pending merges"
103
msgstr "Fusions pendents"
106
msgid "_Only commit locally"
107
msgstr "_Només publica localment"
110
msgid "Commit with an empty message?"
111
msgstr "Voleu publicar-ho amb un missatge buit?"
114
msgid "You can describe your commit intent in the message."
115
msgstr "Podeu descriure el vostre intent de publicació en el missatge"
118
msgid "Commit with unknowns?"
119
msgstr "Voleu publicar-ho tot i haver-hi fitxers desconeguts?"
122
msgid "Unknown files exist in the working tree. Commit anyway?"
124
"Hi ha fitxers desconeguts en l'arbre de treball. Voleu publicar de totes "
128
msgid "Commit with no changes?"
129
msgstr "Voleu publicar sense canvis?"
132
msgid "There are no changes in the working tree."
133
msgstr "No hi ha cap canvi en l'arbre de treball."
135
#: commit.py:323 menu.py:87
160
msgid "Commit all changes"
164
msgid "Only commit selected changes"
168
msgid "Commit all changes*"
139
#: commit.py:325 conflicts.py:108
179
#: ../commit.py:443 ../conflicts.py:107
143
#: commit.py:327 conflicts.py:110
183
#: ../commit.py:445 ../conflicts.py:109
147
#: commit.py:334 commit.py:336 commit.py:338 __init__.py:940 __init__.py:1227
151
#: commit.py:344 commit.py:346 commit.py:348 __init__.py:938 __init__.py:1225
156
msgid "renamed and modified"
157
msgstr "nom canviat i modificat"
159
#: commit.py:355 __init__.py:936 __init__.py:1223
161
msgstr "canviat de nom"
163
#: commit.py:380 commit.py:382 commit.py:384 __init__.py:942 __init__.py:1229
188
msgid "<i>* Cannot select specific files when merging</i>"
192
msgid "Pending Revisions"
171
#: commit.py:397 revbrowser.py:68
172
200
msgid "Committer"
173
201
msgstr "Publicador"
175
#: commit.py:399 revbrowser.py:66
203
#: ../commit.py:507 ../search.py:60
207
#. TODO: jam 2007-10-30 The diff label is currently disabled. If we
208
#. decide that we really don't ever want to display it, we should
209
#. actually remove it, and other references to it, along with the
210
#. tests that it is set properly.
212
msgid "Diff for whole tree"
216
#: ../commit.py:542 ../commit.py:626
217
msgid "File commit message"
221
msgid "Global Commit Message"
225
msgid "<b>Global Commit Message</b>"
233
msgid "Commit message for "
237
msgid "Commit cancelled"
241
msgid "Do you want to save your commit messages ?"
245
msgid "Commit with an empty message?"
246
msgstr "Voleu publicar-ho amb un missatge buit?"
249
msgid "You can describe your commit intent in the message."
250
msgstr "Podeu descriure el vostre intent de publicació en el missatge"
253
msgid "Commit with unknowns?"
254
msgstr "Voleu publicar-ho tot i haver-hi fitxers desconeguts?"
257
msgid "Unknown files exist in the working tree. Commit anyway?"
259
"Hi ha fitxers desconeguts en l'arbre de treball. Voleu publicar de totes "
263
msgid "Commit with no changes?"
264
msgstr "Voleu publicar sense canvis?"
268
"There are no changes in the working tree. Do you want to commit anyway?"
271
#: ../conflicts.py:45
180
272
msgid "External utility:"
181
273
msgstr "Eina externa:"
275
#: ../conflicts.py:97
184
276
msgid "Conflicts"
185
277
msgstr "Conflictes"
279
#: ../conflicts.py:100
188
280
msgid "No conflicts in working tree."
189
281
msgstr "No hi ha cap conflicte en l'arbre de treball."
283
#: ../conflicts.py:114
192
284
msgid "path conflict"
193
285
msgstr "conflicte de camí"
287
#: ../conflicts.py:116
196
288
msgid "contents conflict"
197
289
msgstr "conflicte de contingut"
291
#: ../conflicts.py:118
200
292
msgid "text conflict"
201
293
msgstr "conflicte de text"
295
#: ../conflicts.py:120
204
296
msgid "duplicate id"
205
297
msgstr "identificador duplicat"
299
#: ../conflicts.py:122
208
300
msgid "duplicate"
209
301
msgstr "duplicat"
303
#: ../conflicts.py:124
212
304
msgid "parent loop"
213
305
msgstr "bucle del pare"
307
#: ../conflicts.py:126
216
308
msgid "unversioned parent"
217
309
msgstr "pare sense versionar"
311
#: ../conflicts.py:128
220
312
msgid "missing parent"
221
313
msgstr "manca el pare"
315
#: ../conflicts.py:130
224
316
msgid "deleting parent"
225
317
msgstr "supressió del pare"
319
#: ../conflicts.py:132
228
320
msgid "unknown type of conflict"
229
321
msgstr "tipus de conflicte desconegut"
231
#: conflicts.py:162 __init__.py:614 add.py:67 menu.py:178 menu.py:191
232
#: menu.py:218 menu.py:254 move.py:79 remove.py:67 remove.py:129 rename.py:70
323
#: ../conflicts.py:161
233
324
msgid "No file was selected"
234
325
msgstr "No s'ha seleccionat cap fitxer"
236
#: conflicts.py:163 __init__.py:615 menu.py:192
327
#: ../conflicts.py:162
237
328
msgid "Please select a file from the list."
238
329
msgstr "Seleccioneu un fitxer de la llista."
331
#: ../conflicts.py:172
241
332
msgid "Call to external utility failed"
242
333
msgstr "Ha fallat l'execució de l'eina externa"
335
#: ../conflicts.py:174
245
336
msgid "Cannot resolve conflict"
246
337
msgstr "No es pot resoldre el conflicta"
339
#: ../conflicts.py:175
250
341
"Only conflicts on the text of files can be resolved with Olive at the "
251
342
"moment. Content conflicts, on the structure of the tree, need to be resolved "
492
664
"El directori pare %s\n"
493
665
"no existeix. El voleu crear?"
496
msgid "Please wait, revisions are being loaded..."
497
msgstr "S'estan carregant les revisions. Espereu un moment..."
667
#. Create the widgets
668
#: ../revbrowser.py:35
501
670
msgstr "_Selecciona"
517
686
msgstr "Suprimit"
521
690
msgstr "Nom canviat"
525
694
msgstr "Modificat"
529
698
msgstr "Desconegut"
532
701
msgid "No changes."
533
702
msgstr "Sense canvis."
537
707
msgstr "Etiquetes"
541
711
msgstr "Nom de l'etiqueta"
544
714
msgid "Revision ID"
545
715
msgstr "Identificador de la revisió"
548
718
msgid "Tags are not supported by this branch format. Please upgrade."
550
720
"Les etiquetes no estan implementades en aquest format de branca. Hauríeu "
551
721
"d'actualitzar-lo."
554
724
msgid "No tagged revisions in the branch."
555
725
msgstr "No hi ha cap revisió etiquetada a la branca."
558
728
msgid "_Remove tag"
559
729
msgstr "_Suprimeix l'etiqueta"
562
732
msgid "<b><big>Remove tag?</big></b>"
563
733
msgstr "<b><big>Voleu suprimir l'etiqueta?</big></b>"
567
737
msgid "Are you sure you want to remove the tag: <b>%s</b>?"
568
738
msgstr "Esteu segur de voler suprimir l'etiqueta: <b>%s</b>?"
740
#. Create the widgets
572
743
msgstr "_Afegeix una etiqueta"
575
746
msgid "Tag Name:"
576
747
msgstr "Nom de l'etiqueta:"
579
750
msgid "Revision ID:"
580
751
msgstr "Identificador de la revisió:"
583
754
msgid "No tag name specified"
584
755
msgstr "No s'ha especificat cap nom per a l'etiqueta"
587
758
msgid "You have to specify the tag's desired name."
588
759
msgstr "Heu d'especificar un nom per a l'etiqueta."
591
msgid "There are local changes in the branch"
592
msgstr "Hi ha modificacions locals a la branca"
595
msgid "Please commit or revert the changes before merging."
596
msgstr "Heu de publicar o desfer els canvis abans de poder fer la fusió."
598
#: __init__.py:525 __init__.py:550
599
msgid "Parent location is unknown"
600
msgstr "Es desconeix la ubicació pare"
603
msgid "Cannot determine missing revisions if no parent location is known."
605
"No es poden determinar les revisions que manquen si la ubicació pare és "
609
msgid "There are missing revisions"
610
msgstr "Manquen revisions"
614
msgid "%d revision(s) missing."
615
msgstr "Manquen %d revisions."
618
msgid "Local branch up to date"
619
msgstr "Branca local actualitzada"
622
msgid "There are no missing revisions."
623
msgstr "No manquen revisions."
626
msgid "Pulling is not possible until there is a parent location."
627
msgstr "No podeu estirar sense una ubicació pare."
630
msgid "Pull successful"
631
msgstr "L'estirada s'ha completat satisfactòriament"
635
msgid "%d revision(s) pulled."
636
msgstr "S'han estirat %d revisions."
638
#: __init__.py:575 menu.py:275
639
msgid "Conflicts detected"
640
msgstr "S'han detectat conflictes"
642
#: __init__.py:576 menu.py:276
643
msgid "Please have a look at the working tree before continuing."
644
msgstr "Comproveu l'arbre de treball abans de continuar."
646
#: __init__.py:578 menu.py:278
647
msgid "Revert successful"
648
msgstr "S'ha desfet correctament"
650
#: __init__.py:579 menu.py:279
651
msgid "All files reverted to last revision."
652
msgstr "S'han tornat tots els fitxers a la darrera revisió."
654
#: __init__.py:835 __init__.py:1117
656
msgstr "Adreces d'interès"
658
#: __init__.py:842 menu.py:99
660
msgstr "Adreça d'interès"
662
#: __init__.py:944 __init__.py:1231
664
msgstr "sense canvis"
666
#: __init__.py:946 __init__.py:1233
670
#: __init__.py:948 __init__.py:1235
676
msgstr "Nom del fitxer"
687
msgid "Last modified"
688
msgstr "Darrera modificació"
690
#: add.py:68 menu.py:179 menu.py:219 menu.py:255 remove.py:68 remove.py:130
692
"Please select a file from the list,\n"
693
"or choose the other option."
695
"Seleccioneu un fitxer de la llista\n"
696
"o bé escolliu l'altra opció."
703
msgid "No title given"
704
msgstr "No s'ha especificat cap títol"
707
msgid "Please specify a title to continue."
708
msgstr "Hauríeu d'especificar un títol per a continuar."
711
msgid "Glade file cannot be found."
712
msgstr "No s'ha trobat el fitxer del Glade."
715
msgid "UI description file cannot be found."
716
msgstr "El fitxer de descripció de la IU no s'ha trobat"
723
msgid "Add the selected file"
724
msgstr "Afegeix el fitxer seleccionat"
726
#: menu.py:67 menu.py:107
731
msgid "Remove the selected file"
732
msgstr "Suprimeix el fitxer seleccionat"
735
msgid "Remove and delete"
739
msgid "Remove the selected file/dir and delete from disk"
740
msgstr "Suprimeix el fitxer o directori del disc"
744
msgstr "Torna a anomenar"
747
msgid "Rename the selected file"
748
msgstr "Torna a anomenar el fitxer seleccionat"
755
msgid "Open the selected file"
756
msgstr "Obre el fitxer seleccionat"
760
msgstr "Torna a l'estat anterior"
763
msgid "Revert the changes"
764
msgstr "Desfés els canvis"
767
msgid "Commit the changes"
768
msgstr "Publica els canvis"
775
msgid "Annotate the selected file"
776
msgstr "Anota el fitxer seleccionat"
783
msgid "Show the diff of the file"
784
msgstr "Mostra les diferències del fitxer"
787
msgid "Bookmark current location"
788
msgstr "Afegeix la ubicació actual a les adreces d'interès"
795
msgid "Edit the selected bookmark"
796
msgstr "Edita l'adreça d'interès seleccionada"
799
msgid "Remove the selected bookmark"
800
msgstr "Suprimeix l'adreça d'interès seleccionada"
804
msgstr "Obre una carpeta"
807
msgid "Open bookmark folder in Nautilus"
808
msgstr "Obre una carpeta de les adreces d'interès en el Nautilus"
812
msgstr "Seleccionat..."
815
msgid "Show the differences of the selected file"
816
msgstr "Mostra les diferències del fitxer seleccionat"
823
msgid "Show the differences of all files"
824
msgstr "Mostra les diferències de tots els fitxers"
827
msgid "View contents"
828
msgstr "Visualitza el contingut"
831
msgid "View the contents of the file in a builtin viewer"
832
msgstr "Visualitza el contingut del fitxer en un visualitzador integrat"
835
msgid "Show differences"
836
msgstr "Mostra les diferències"
839
msgid "Show the differences between two revisions of the file"
840
msgstr "Mostra les diferències entre dues revisions del fitxer"
843
msgid "Revert to this revision"
844
msgstr "Torna a aquesta revisió"
847
msgid "Revert the selected file to the selected revision"
848
msgstr "Torna el fitxer seleccionar a la revisió seleccionada"
851
msgid "Delete directory with all directories below ?"
852
msgstr "Voleu suprimir el directori i tots els seus subdirectoris?"
855
msgid "Bookmark successfully added"
856
msgstr "S'ha afegit l'adreça d'interès amb èxit"
860
"The current directory was bookmarked. You can reach\n"
861
"it by selecting it from the left panel."
863
"El directori actual s'ha afegit a les adreces d'interès.\n"
864
"Hi podeu accedir des de quadre de l'esquerra."
867
msgid "Location already bookmarked"
868
msgstr "La ubicació ja és una adreça d'interès"
872
"The current directory is already bookmarked.\n"
873
"See the left panel for reference."
875
"El directori actual ja s'ha afegit a les adreces \n"
876
"d'interès. Vegeu el quadre de l'esquerra."
879
msgid "No directory name given"
880
msgstr "No s'ha especificat cap nom de directori"
883
msgid "Please specify a desired name for the new directory."
884
msgstr "Hauríeu d'especificar un nom per al directori nou"
886
#: mkdir.py:79 mkdir.py:89
887
msgid "Directory already exists"
888
msgstr "El directori ja existeix"
890
#: mkdir.py:80 mkdir.py:90
891
msgid "Please specify another name to continue."
892
msgstr "Hauríeu d'especificar un altre nom per a continuar."
894
#: move.py:80 rename.py:71
895
msgid "Please select a file from the list to proceed."
896
msgstr "Hauríeu de seleccionar un fitxer de la llista per a continuar."
898
#: move.py:89 rename.py:87
899
msgid "Not the same branch"
900
msgstr "No és la mateixa branca"
902
#: move.py:90 rename.py:88
903
msgid "The destination is not in the same branch."
904
msgstr "La destinació no és a la mateixa branca."
906
#: remove.py:79 remove.py:139
907
msgid "No matching files"
908
msgstr "No hi ha fitxers coincidents"
910
#: remove.py:80 remove.py:140
911
msgid "No added files were found in the working tree."
912
msgstr "No s'ha trobat cap fitxer afegit en l'arbre de treball."
914
#: remove.py:105 olive.glade:825
915
msgid "Which file(s) do you want to remove?"
916
msgstr "Quins fitxers voleu suprimir?"
918
#: remove.py:106 olive.glade:717 olive.glade:837
919
msgid "Selected only"
920
msgstr "Només els seleccionats"
922
#: remove.py:107 olive.glade:851
923
msgid "All files with status 'added'"
924
msgstr "Tots els fitxers amb l'estat «added» (afegits)"
926
#: remove.py:108 olive.glade:905
931
msgid "Filename not given"
932
msgstr "No s'ha especificat el nom del fitxer"
935
msgid "Please specify a new name for the file."
936
msgstr "Hauríeu d'especificar un nom nou per al fitxer."
939
msgid "Olive - Bazaar GUI"
940
msgstr "Olive - IU del Bazaar"
947
msgid "_Add file(s)..."
948
msgstr "_Afegeix fitxers..."
951
msgid "Remove file(s)..."
952
msgstr "Suprimeix fitxers..."
955
msgid "Make _directory..."
956
msgstr "Crea un _directori..."
960
msgstr "Canvia el _nom..."
972
msgstr "_Visualització"
975
msgid "Show _hidden files"
976
msgstr "Mostra els fit_xers ocults"
983
msgid "_Initialize..."
984
msgstr "_Inicialitza..."
988
msgstr "_Aconsegueix..."
1003
msgid "_Revert all changes"
1004
msgstr "_Desfés tots els canvis"
1008
msgstr "_Fusiona..."
1012
msgstr "_Publica..."
1016
msgstr "E_tiquetes..."
1023
msgid "Missing _revisions"
1024
msgstr "_Revisions que manquen"
1027
msgid "Con_flicts..."
1028
msgstr "Con_flictes..."
1032
msgstr "E_stadístiques"
1035
msgid "_Differences..."
1036
msgstr "_Diferències..."
1040
msgstr "Re_gistre..."
1043
msgid "_Information..."
1044
msgstr "_Informació..."
1052
msgstr "gtk-jump-to"
1055
msgid "H_istory Mode"
1056
msgstr "Mode d'h_istorial"
1059
msgid "Copyright (C) 2006 Szilveszter Farkas (Phanatic)"
1060
msgstr "Copyright (C) 2006 Szilveszter Farkas (Phanatic)"
1063
msgid "https://launchpad.net/products/olive"
1064
msgstr "https://launchpad.net/products/olive"
1067
msgid "translator-credits"
1069
"Launchpad Contributions:\n"
1070
" David Planella https://launchpad.net/~dpm"
1073
msgid "Olive - Add file(s)"
1074
msgstr "Olive - addició de fitxers"
1077
msgid "Which file(s) do you want to add?"
1078
msgstr "Quins fitxers voleu afegir?"
1081
msgid "All unknowns recursively"
1082
msgstr "Tots els desconeguts de manera recursiva"
1089
msgid "Olive - Remove file(s)"
1090
msgstr "Olive - supressió de fitxers"
1093
msgid "Olive - Make directory"
1094
msgstr "Olive - creació d'un directori"
1097
msgid "_Versioned directory"
1098
msgstr "Directori _versionat"
1101
msgid "_Make directory"
1102
msgstr "_Crea un directori"
1105
msgid "Olive - Move"
1106
msgstr "Olive - moviment"
1113
msgid "Select a directory"
1114
msgstr "Seleccioneu un directori"
1121
msgid "Olive - Rename"
1122
msgstr "Olive - canvi de nom"
1126
msgstr "Canvia el nom a"
1130
msgstr "Canvia el _nom"
1133
msgid "Olive - Information"
1134
msgstr "Olive - informació"
1136
#: olive.glade:1279 olive.glade:1292 olive.glade:1305 olive.glade:1318
1137
#: olive.glade:1331 olive.glade:1344 olive.glade:1357 olive.glade:1484
1138
#: olive.glade:1495 olive.glade:1564 olive.glade:1575 olive.glade:1588
1139
#: olive.glade:1601 olive.glade:1694 olive.glade:1705 olive.glade:1718
1140
#: olive.glade:1799 olive.glade:1810 olive.glade:1879 olive.glade:1890
1141
#: olive.glade:1903 olive.glade:1916 olive.glade:1929 olive.glade:1942
1142
#: olive.glade:1955 olive.glade:1968 olive.glade:2109 olive.glade:2120
1143
#: olive.glade:2133 olive.glade:2146 olive.glade:2159 olive.glade:2264
1149
msgid "Checkout root: "
1150
msgstr "Arrel de l'obtenció: "
1153
msgid "Branch root: "
1154
msgstr "Arrel de la branca: "
1157
msgid "Repository checkout: "
1158
msgstr "Obtenció del repositori: "
1161
msgid "Checkout of branch: "
1162
msgstr "Obtenció de la branca: "
1165
msgid "Repository branch: "
1166
msgstr "Branca del dipòsit: "
1169
msgid "Shared repository: "
1170
msgstr "Dipòsit compartit: "
1173
msgid "Light checkout root: "
1174
msgstr "Arrel de l'obtenció lleugera: "
1177
msgid "<b>Location:</b>"
1178
msgstr "<b>Ubicació:</b>"
1181
msgid "Publish to branch: "
1182
msgstr "Publica a la branca: "
1185
msgid "Parent branch: "
1186
msgstr "Branca pare: "
1189
msgid "<b>Related branches:</b>"
1190
msgstr "<b>Branques relacionades:</b>"
1193
msgid "Repository format: "
1194
msgstr "Format del dipòsit: "
1197
msgid "Branch format: "
1198
msgstr "Format de la branca: "
1201
msgid "Working tree format: "
1202
msgstr "Format de l'arbre de treball: "
1205
msgid "Control format: "
1206
msgstr "Format del control: "
1209
msgid "<b>Format:</b>"
1210
msgstr "<b>Format:</b>"
1213
msgid "Repository lock status: "
1214
msgstr "Estat del blocatge del dipòsit: "
1217
msgid "Branch lock status: "
1218
msgstr "Estat del blocatge de la branca: "
1221
msgid "Working tree lock status: "
1222
msgstr "Estat del blocatge de l'arbre de treball: "
1225
msgid "<b>Lock status:</b>"
1226
msgstr "<b>Estat del blocatge:</b>"
1229
msgid "Missing revisions in branch: "
1230
msgstr "Revisions que manquen a la branca: "
1233
msgid "Missing revisions in working tree: "
1234
msgstr "Revisions que manquen en l'arbre de treball: "
1237
msgid "<b>Missing revisions:</b>"
1238
msgstr "<b>Revisions que manquen:</b>"
1241
msgid "Versioned subdirectories: "
1242
msgstr "Subdirectoris versionats: "
1245
msgid "Ignored files: "
1246
msgstr "Fitxers ignorats: "
1249
msgid "Unknown files: "
1250
msgstr "Fitxers desconeguts: "
1253
msgid "Renamed files: "
1254
msgstr "Fitxers amb el nom canviat: "
1257
msgid "Removed files: "
1258
msgstr "Fitxers suprimits: "
1261
msgid "Added files: "
1262
msgstr "Fitxers afegits: "
1265
msgid "Modified files: "
1266
msgstr "Fitxers modificats: "
1269
msgid "Unchanged files: "
1270
msgstr "Fitxers no modificats: "
1273
msgid "<b>In the working tree:</b>"
1274
msgstr "<b>En l'arbre de treball:</b>"
1277
msgid "Time of last revision: "
1278
msgstr "Data de la darrera revisió "
1281
msgid "Time of first revision: "
1282
msgstr "Data de la primera revisió: "
1285
msgid "Age of branch in days: "
1286
msgstr "Edat de la branca en dies: "
1289
msgid "Number of commiters: "
1290
msgstr "Nombre de publicadors: "
1293
msgid "Revisions in branch: "
1294
msgstr "Revisions en la branca: "
1297
msgid "<b>Branch history:</b>"
1298
msgstr "<b>Historial de branca:</b>"
1301
msgid "Size of repository: "
1302
msgstr "Mida del dipòsit: "
1305
msgid "Revisions in repository: "
1306
msgstr "Revisions al dipòsit: "
1309
msgid "<b>Revision store:</b>"
1310
msgstr "<b>Dipòsit de revisions:</b>"
1313
msgid "Merge - Olive"
1314
msgstr "Fusió - Olive"
1318
msgstr "Fusiona des de:"