update dojo to 1.7.3
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
define(
|
||||
"dijit/_editor/nls/pt-pt/LinkDialog", //begin v1.x content
|
||||
({
|
||||
createLinkTitle: "Propriedades da ligação",
|
||||
insertImageTitle: "Propriedades da imagem",
|
||||
url: "URL:",
|
||||
text: "Descrição:",
|
||||
target: "Destino:",
|
||||
set: "Definir",
|
||||
currentWindow: "Janela actual",
|
||||
parentWindow: "Janela ascendente",
|
||||
topWindow: "Janela superior",
|
||||
newWindow: "Nova janela"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user