/home/banprang/.trash/files/coremain.3/ckeditor/filemanager/lang/ca.php


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
<?php

return array(
    
'Select' => 'Seleccionar',
    
'Erase' => 'Eliminar',
    
'Open' => 'Obrir',
    
'Confirm_del' => 'Segur que desitges eliminar aquest arxiu?',
    
'All' => 'Tots',
    
'Files' => 'Arxius',
    
'Images' => 'Imatges',
    
'Archives' => 'Fitxers',
    
'Error_Upload' => 'L\'arxiu que intenta pujar excedeix el màxim permès.',
    
'Error_extension' => 'L\'extensió de l\'arxiu no està permesa.',
    
'Upload_file' => 'Pujar',
    
'Filters' => 'Filtres',
    
'Videos' => 'Vídeos',
    
'Music' => 'Musica',
    
'New_Folder' => 'Nova carpeta',
    
'Folder_Created' => 'La carpeta ha estat creada exitosament.',
    
'Existing_Folder' => 'Carpeta existent',
    
'Confirm_Folder_del' => 'Segur que desitges eliminar la carpeta i tots els elements que conté?',
    
'Return_Files_List' => 'Tornar a la llista d\'arxius',
    
'Preview' => 'Vista prèvia',
    
'Download' => 'Descarregar',
    
'Insert_Folder_Name' => 'Nom de la carpeta:',
    
'Root' => 'arrel',
    
'Rename' => 'Renombrar',
    
'Back' => 'enrere',
    
'View' => 'Vista',
    
'View_list' => 'Vista de llista',
    
'View_columns_list' => 'Vista de columnes',
    
'View_boxes' => 'Vista de miniatures',
    
'Toolbar' => 'Barra d\'eines',
    
'Actions' => 'Accions',
    
'Rename_existing_file' => 'L\'arxiu ja existeix',
    
'Rename_existing_folder' => 'La carpeta ja existeix',
    
'Empty_name' => 'El nom es troba buit',
    
'Text_filter' => 'filtre de text',
    
'Swipe_help' => 'Deslize el nom de l\'arxiu/carpeta per mostrar les opcions',
    
'Upload_base' => 'Pujada d\'arxius SIMPLE',
    
'Upload_java' => 'Pujada d\'arxius JAVA (para arxius pesats)',
    
'Upload_java_help' => "Si el applet no carrega: 1. Assegura't de tenir Java instal·lat; sinó descarrega-ho i instal·la-ho <a href='http://java.com/en/download/'>des d'aquí</a> 2. Assegura't que el teu firewall no estigui bloquejant res.",
    
'Upload_base_help' => "Arrossega i deixa anar els arxius dins d'aquesta àrea o faci clic en ella (per a navegadors moderns) en cas contrari, seleccioni l'arxiu i faci clic en el botó. Quan finalitzi la pujada, faci clic en el botó superior per tornar.",
    
'Type_dir' => 'Carpeta',
    
'Type' => 'Tipus',
    
'Dimension' => 'Dimensions',
    
'Size' => 'Pes',
    
'Date' => 'Data',
    
'Filename' => 'Nom',
    
'Operations' => 'Operacions',
    
'Date_type' => 'd-m-y',
    
'OK' => 'OK',
    
'Cancel' => 'Cancel·lar',
    
'Sorting' => 'Ordenar',
    
'Show_url' => 'Mostrar URL',
    
'Extract' => 'Extreure aquí',
    
'File_info' => 'Informació',
    
'Edit_image' => 'Editar imatge',
    
'Duplicate' => 'Duplicar',
    
'Folders' => 'Folders',
    
'Copy' => 'Copy',
    
'Cut' => 'Cut',
    
'Paste' => 'Paste',
    
'CB' => 'CB'// clipboard
    
'Paste_Here' => 'Paste to this directory',
    
'Paste_Confirm' => 'Are you sure you want to paste to this directory? This will overwrite existing files/folders if encountered any.',
    
'Paste_Failed' => 'Failed to paste file(s)',
    
'Clear_Clipboard' => 'Clear clipboard',
    
'Clear_Clipboard_Confirm' => 'Are you sure you want to clear the clipboard?',
    
'Files_ON_Clipboard' => 'There are files on the clipboard.',
    
'Copy_Cut_Size_Limit' => 'The selected files/folders are too big to %s. Limit: %d MB/operation'// %s = cut or copy
    
'Copy_Cut_Count_Limit' => 'You selected too many files/folders to %s. Limit: %d files/operation'// %s = cut or copy
    
'Copy_Cut_Not_Allowed' => 'You are not allowed to %s files.'// %s(1) = cut or copy, %s(2) = files or folders
    
'Aviary_No_Save' => 'Could not save image',
    
'Zip_No_Extract' => 'Could not extract. File might be corrupt.',
    
'Zip_Invalid' => 'This extension is not supported. Valid: zip, gz, tar.',
    
'Dir_No_Write' => 'The directory you selected is not writable.',
    
'Function_Disabled' => 'The %s function has been disabled by the server.'// %s = cut or copy
    
'File_Permission' => 'File permission',
    
'File_Permission_Not_Allowed' => 'Changing %s permissions are not allowed.'// %s = files or folders
    
'File_Permission_Recursive' => 'Apply recursively?',
    
'File_Permission_Wrong_Mode' => "The supplied permission mode is incorrect.",
    
'User' => 'User',
    
'Group' => 'Group',
    
'Yes' => 'Yes',
    
'No' => 'No',
    
'Lang_Not_Found' => 'Could not find language.',
    
'Lang_Change' => 'Change the language',
    
'File_Not_Found' => 'Could not find the file.',
    
'File_Open_Edit_Not_Allowed' => 'You are not allowed to %s this file.'// %s = open or edit
    
'Edit' => 'Edit',
    
'Edit_File' => "Edit file's content",
    
'File_Save_OK' => "File successfully saved.",
    
'File_Save_Error' => "There was an error while saving the file.",
    
'New_File' => 'New File',
    
'No_Extension' => 'You have to add a file extension.',
    
'Valid_Extensions' => 'Valid extensions: %s'// %s = txt,log etc.

);