author | cniehaus <cniehaus> | 2002-06-16 22:10:55 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-06-16 22:10:55 (UTC) |
commit | 0d9911023b9a5c70916c0354ca3358c90b601f32 (patch) (unidiff) | |
tree | 366e2b3435e5f2201f8200b66f97a0a5fed9f2d3 /i18n/pt | |
parent | 21ff4b7f47175f7b9adf633aba9b8d69e761817a (diff) | |
download | opie-0d9911023b9a5c70916c0354ca3358c90b601f32.zip opie-0d9911023b9a5c70916c0354ca3358c90b601f32.tar.gz opie-0d9911023b9a5c70916c0354ca3358c90b601f32.tar.bz2 |
cvs add is a nice thing ;)
-rw-r--r-- | i18n/pt/.cvsignore | 1 | ||||
-rw-r--r-- | i18n/pt/.directory | 4 | ||||
-rw-r--r-- | i18n/pt/libclipboardapplet.ts | 17 |
3 files changed, 22 insertions, 0 deletions
diff --git a/i18n/pt/.cvsignore b/i18n/pt/.cvsignore new file mode 100644 index 0000000..8df47d5 --- a/dev/null +++ b/i18n/pt/.cvsignore | |||
@@ -0,0 +1 @@ | |||
*.qm | |||
diff --git a/i18n/pt/.directory b/i18n/pt/.directory new file mode 100644 index 0000000..4b1737d --- a/dev/null +++ b/i18n/pt/.directory | |||
@@ -0,0 +1,4 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Portuguese | ||
3 | Name[pt]=Português | ||
4 | Name[pt_BR]=Português | ||
diff --git a/i18n/pt/libclipboardapplet.ts b/i18n/pt/libclipboardapplet.ts new file mode 100644 index 0000000..7a9cc96 --- a/dev/null +++ b/i18n/pt/libclipboardapplet.ts | |||
@@ -0,0 +1,17 @@ | |||
1 | <!DOCTYPE TS><TS> | ||
2 | <context> | ||
3 | <name>ClipboardApplet</name> | ||
4 | <message> | ||
5 | <source>Cut</source> | ||
6 | <translation>Cortar</translation> | ||
7 | </message> | ||
8 | <message> | ||
9 | <source>Copy</source> | ||
10 | <translation>Copiar</translation> | ||
11 | </message> | ||
12 | <message> | ||
13 | <source>Paste</source> | ||
14 | <translation>Colar</translation> | ||
15 | </message> | ||
16 | </context> | ||
17 | </TS> | ||