[239] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | /** Portuguese localization file for KCFinder
|
---|
| 4 | * author: Hugo Branquinho
|
---|
| 5 | * country: Portugal
|
---|
| 6 | * company website: www.framework.pt
|
---|
| 7 | */
|
---|
| 8 |
|
---|
| 9 | $lang = array(
|
---|
| 10 |
|
---|
| 11 | '_locale' => "pt_PT.UTF-8", // UNIX localization code
|
---|
| 12 | '_charset' => "utf-8", // Browser charset
|
---|
| 13 |
|
---|
| 14 | // Date time formats. See http://www.php.net/manual/en/function.strftime.php
|
---|
| 15 | '_dateTimeFull' => "%A, %e %B, %Y %H:%M",
|
---|
| 16 | '_dateTimeMid' => "%a %e %b %Y %H:%M",
|
---|
| 17 | '_dateTimeSmall' => "%d.%m.%Y %H:%M",
|
---|
| 18 |
|
---|
| 19 | "You don't have permissions to upload files." =>
|
---|
| 20 | "Não tem permissão para enviar ficheiros.",
|
---|
| 21 |
|
---|
| 22 | "You don't have permissions to browse server." =>
|
---|
| 23 | "Não tem permissão para navegar no servidor.",
|
---|
| 24 |
|
---|
| 25 | "Cannot move uploaded file to target folder." =>
|
---|
| 26 | "Não pode mover ficheiros enviados para a pasta definida.",
|
---|
| 27 |
|
---|
| 28 | "Unknown error." =>
|
---|
| 29 | "Erro indefinido.",
|
---|
| 30 |
|
---|
| 31 | "The uploaded file exceeds {size} bytes." =>
|
---|
| 32 | "O ficheiro enviado tem mais que {size} bytes.",
|
---|
| 33 |
|
---|
| 34 | "The uploaded file was only partially uploaded." =>
|
---|
| 35 | "O ficheiro foi apenas enviado parcialmente.",
|
---|
| 36 |
|
---|
| 37 | "No file was uploaded." =>
|
---|
| 38 | "Nenhum ficheiro enviado.",
|
---|
| 39 |
|
---|
| 40 | "Missing a temporary folder." =>
|
---|
| 41 | "Falta a pasta temporária.",
|
---|
| 42 |
|
---|
| 43 | "Failed to write file." =>
|
---|
| 44 | "Não foi possÃvel guardar o ficheiro.",
|
---|
| 45 |
|
---|
| 46 | "Denied file extension." =>
|
---|
| 47 | "Extensão do ficheiro inválida.",
|
---|
| 48 |
|
---|
| 49 | "Unknown image format/encoding." =>
|
---|
| 50 | "Formato/codificação da imagem desconhecido.",
|
---|
| 51 |
|
---|
| 52 | "The image is too big and/or cannot be resized." =>
|
---|
| 53 | "A imagem é muito grande e não pode ser redimensionada.",
|
---|
| 54 |
|
---|
| 55 | "Cannot create {dir} folder." =>
|
---|
| 56 | "Não foi possÃvel criar a pasta '{dir}'.",
|
---|
| 57 |
|
---|
| 58 | "Cannot write to upload folder." =>
|
---|
| 59 | "Não foi possÃvel guardar o ficheiro.",
|
---|
| 60 |
|
---|
| 61 | "Cannot read .htaccess" =>
|
---|
| 62 | "Não foi possÃvel ler o ficheiro '.htaccess'.",
|
---|
| 63 |
|
---|
| 64 | "Incorrect .htaccess file. Cannot rewrite it!" =>
|
---|
| 65 | "Ficheiro '.htaccess' incorrecto. Não foi possÃvel altera-lo.",
|
---|
| 66 |
|
---|
| 67 | "Cannot read upload folder." =>
|
---|
| 68 | "Não foi possÃvel ler a pasta de upload.",
|
---|
| 69 |
|
---|
| 70 | "Cannot access or create thumbnails folder." =>
|
---|
| 71 | "Não foi possÃvel aceder ou criar a pasta de miniaturas.",
|
---|
| 72 |
|
---|
| 73 | "Cannot access or write to upload folder." =>
|
---|
| 74 | "Não foi possÃvel aceder ou criar a pasta de upload.",
|
---|
| 75 |
|
---|
| 76 | "Please enter new folder name." =>
|
---|
| 77 | "Por favor insira o nome da pasta.",
|
---|
| 78 |
|
---|
| 79 | "Unallowable characters in folder name." =>
|
---|
| 80 | "Caracteres não autorizados no nome da pasta.",
|
---|
| 81 |
|
---|
| 82 | "Folder name shouldn't begins with '.'" =>
|
---|
| 83 | "O nome da pasta não deve começar por '.'.",
|
---|
| 84 |
|
---|
| 85 | "Please enter new file name." =>
|
---|
| 86 | "Por favor defina o nome do ficheiro.",
|
---|
| 87 |
|
---|
| 88 | "Unallowable characters in file name." =>
|
---|
| 89 | "Caracteres não autorizados no nome do ficheiro.",
|
---|
| 90 |
|
---|
| 91 | "File name shouldn't begins with '.'" =>
|
---|
| 92 | "O nome do ficheiro não deve começar por '.'.",
|
---|
| 93 |
|
---|
| 94 | "Are you sure you want to delete this file?" =>
|
---|
| 95 | "Tem a certeza que deseja apagar este ficheiro?",
|
---|
| 96 |
|
---|
| 97 | "Are you sure you want to delete this folder and all its content?" =>
|
---|
| 98 | "Tem a certeza que deseja apagar esta pasta e todos os seus conteúdos?",
|
---|
| 99 |
|
---|
| 100 | "Inexistant or inaccessible folder." =>
|
---|
| 101 | "Pasta inexistente ou inacessÃvel.",
|
---|
| 102 |
|
---|
| 103 | "Undefined MIME types." =>
|
---|
| 104 | "Tipos MIME indefinidos.",
|
---|
| 105 |
|
---|
| 106 | "Fileinfo PECL extension is missing." =>
|
---|
| 107 | "Falta a extensão PECL nas informações do ficheiro.",
|
---|
| 108 |
|
---|
| 109 | "Opening fileinfo database failed." =>
|
---|
| 110 | "Erro a abrir a informação do ficheiro.",
|
---|
| 111 |
|
---|
| 112 | "You can't upload such files." =>
|
---|
| 113 | "Não pode enviar esse tipo de ficheiros.",
|
---|
| 114 |
|
---|
| 115 | "The file '{file}' does not exist." =>
|
---|
| 116 | "O ficheiro '{file}' não existe.",
|
---|
| 117 |
|
---|
| 118 | "Cannot read '{file}'." =>
|
---|
| 119 | "Não pode ler '{file}'.",
|
---|
| 120 |
|
---|
| 121 | "Cannot copy '{file}'." =>
|
---|
| 122 | "Não pode copiar '{file}'.",
|
---|
| 123 |
|
---|
| 124 | "Cannot move '{file}'." =>
|
---|
| 125 | "Não pode mover '{file}'.",
|
---|
| 126 |
|
---|
| 127 | "Cannot delete '{file}'." =>
|
---|
| 128 | "Não pode apagar '{file}'.",
|
---|
| 129 |
|
---|
| 130 | "Click to remove from the Clipboard" =>
|
---|
| 131 | "Clique aqui para remover do Clipboard",
|
---|
| 132 |
|
---|
| 133 | "This file is already added to the Clipboard." =>
|
---|
| 134 | "Este ficheiros já foi adicionado ao Clipboard.",
|
---|
| 135 |
|
---|
| 136 | "Copy files here" =>
|
---|
| 137 | "Copiar ficheiros para aqui",
|
---|
| 138 |
|
---|
| 139 | "Move files here" =>
|
---|
| 140 | "Mover ficheiros para aqui",
|
---|
| 141 |
|
---|
| 142 | "Delete files" =>
|
---|
| 143 | "Apagar ficheiros",
|
---|
| 144 |
|
---|
| 145 | "Clear the Clipboard" =>
|
---|
| 146 | "Limpar Clipboard",
|
---|
| 147 |
|
---|
| 148 | "Are you sure you want to delete all files in the Clipboard?" =>
|
---|
| 149 | "Tem a certeza que deseja apagar todos os ficheiros que estão no Clipboard?",
|
---|
| 150 |
|
---|
| 151 | "Copy {count} files" =>
|
---|
| 152 | "Copiar {count} ficheiros",
|
---|
| 153 |
|
---|
| 154 | "Move {count} files" =>
|
---|
| 155 | "Mover {count} ficheiros",
|
---|
| 156 |
|
---|
| 157 | "Add to Clipboard" =>
|
---|
| 158 | "Adicionar ao Clipboard",
|
---|
| 159 |
|
---|
| 160 | "New folder name:" => "Nome da pasta:",
|
---|
| 161 | "New file name:" => "Nome do ficheiro:",
|
---|
| 162 |
|
---|
| 163 | "Upload" => "Enviar",
|
---|
| 164 | "Refresh" => "Actualizar",
|
---|
| 165 | "Settings" => "Preferências",
|
---|
| 166 | "Maximize" => "Maximizar",
|
---|
| 167 | "About" => "Acerca de",
|
---|
| 168 | "files" => "Ficheiros",
|
---|
| 169 | "View:" => "Ver:",
|
---|
| 170 | "Show:" => "Mostrar:",
|
---|
| 171 | "Order by:" => "Ordenar por:",
|
---|
| 172 | "Thumbnails" => "Miniatura",
|
---|
| 173 | "List" => "Lista",
|
---|
| 174 | "Name" => "Nome",
|
---|
| 175 | "Size" => "Tamanho",
|
---|
| 176 | "Date" => "Data",
|
---|
| 177 | "Descending" => "",
|
---|
| 178 | "Uploading file..." => "Carregando ficheiro...",
|
---|
| 179 | "Loading image..." => "Carregando imagens...",
|
---|
| 180 | "Loading folders..." => "Carregando pastas...",
|
---|
| 181 | "Loading files..." => "Carregando ficheiros...",
|
---|
| 182 | "New Subfolder..." => "Nova pasta...",
|
---|
| 183 | "Rename..." => "Alterar nome...",
|
---|
| 184 | "Delete" => "Eliminar",
|
---|
| 185 | "OK" => "OK",
|
---|
| 186 | "Cancel" => "Cancelar",
|
---|
| 187 | "Select" => "Seleccionar",
|
---|
| 188 | "Select Thumbnail" => "Seleccionar miniatura",
|
---|
| 189 | "View" => "Ver",
|
---|
| 190 | "Download" => "Sacar",
|
---|
| 191 | "Clipboard" => "Clipboard",
|
---|
| 192 |
|
---|
| 193 | // VERSION 2 NEW LABELS
|
---|
| 194 |
|
---|
| 195 | "Cannot rename the folder." =>
|
---|
| 196 | "Não pode alterar o nome da pasta.",
|
---|
| 197 |
|
---|
| 198 | "Non-existing directory type." =>
|
---|
| 199 | "Tipo de pasta inexistente.",
|
---|
| 200 |
|
---|
| 201 | "Cannot delete the folder." =>
|
---|
| 202 | "Não pode apagar a pasta.",
|
---|
| 203 |
|
---|
| 204 | "The files in the Clipboard are not readable." =>
|
---|
| 205 | "Os ficheiros que estão no Clipboard não podem ser copiados.",
|
---|
| 206 |
|
---|
| 207 | "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
|
---|
| 208 | "{count} ficheiros do Clipboard não podem ser copiados. Pretende copiar os restantes?",
|
---|
| 209 |
|
---|
| 210 | "The files in the Clipboard are not movable." =>
|
---|
| 211 | "Os ficheiros que estão no Clipboard não podem ser movidos.",
|
---|
| 212 |
|
---|
| 213 | "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
|
---|
| 214 | "{count} ficheiros do Clipboard não podem ser movidos. Pretende mover os restantes?",
|
---|
| 215 |
|
---|
| 216 | "The files in the Clipboard are not removable." =>
|
---|
| 217 | "Os ficheiros que estão no Clipboard não podem ser removidos.",
|
---|
| 218 |
|
---|
| 219 | "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
|
---|
| 220 | "{count} ficheiros do Clipboard não podem ser removidos. Pretende apagar os restantes?",
|
---|
| 221 |
|
---|
| 222 | "The selected files are not removable." =>
|
---|
| 223 | "Os ficheiros seleccionados não podem ser removidos.",
|
---|
| 224 |
|
---|
| 225 | "{count} selected files are not removable. Do you want to delete the rest?" =>
|
---|
| 226 | "Não pode remover {count} ficheiros. Pretende apagar os restantes?",
|
---|
| 227 |
|
---|
| 228 | "Are you sure you want to delete all selected files?" =>
|
---|
| 229 | "Tem a certeza que deseja apagar os ficheiros seleccionados?",
|
---|
| 230 |
|
---|
| 231 | "Failed to delete {count} files/folders." =>
|
---|
| 232 | "Ocorreu um erro a apagar {count} ficheiros/pastas.",
|
---|
| 233 |
|
---|
| 234 | "A file or folder with that name already exists." =>
|
---|
| 235 | "Já existe um ficheiro ou pasta com esse nome.",
|
---|
| 236 |
|
---|
| 237 | "selected files" => "Ficheiros seleccionados",
|
---|
| 238 | "Type" => "Tipo",
|
---|
| 239 | "Select Thumbnails" => "Seleccionar miniaturas",
|
---|
| 240 | "Download files" => "Sacar ficheiros",
|
---|
| 241 | );
|
---|
| 242 |
|
---|
| 243 | ?>
|
---|