-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace eval ::aloupe { | ||
::msgcat::mcset de {Loupe} {Lupe} | ||
::msgcat::mcset de {To clipboard} {Zu Zwischenablage} | ||
::msgcat::mcset de {Save} {Speichern} | ||
::msgcat::mcset de {Close} {Schließen} | ||
::msgcat::mcset de {Size} {Größe} | ||
::msgcat::mcset de {Zoom} {Zoom} | ||
::msgcat::mcset de {Color of Image} {Farbe des Bildes} | ||
::msgcat::mcset de {Save the Loupe} {Bild speichern} | ||
::msgcat::mcset de "Click the magnified image\nto get a pixel's color.\n\nThen hit this button." "Klicken Sie auf das Bild, um die Farbe des Pixels zu erhalten.\n\nDrücken Sie dann diesen Knopf." | ||
::msgcat::mcset de "Click, then drag and drop\nthe loupe to get the image." "Haken Sie die Lupe mit der Maus und ziehen Sie sie über den Bildschirm.\n\nWenn Sie die Maus loslassen, erhalten Sie ein vergrößertes Bild." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
namespace eval ::aloupe { | ||
::msgcat::mcset es {Loupe} {Lupa} | ||
::msgcat::mcset es {To clipboard} {A portapapeles} | ||
::msgcat::mcset es {Save} {Guardar} | ||
::msgcat::mcset es {Close} {Cerrar} | ||
::msgcat::mcset es {Size} {Tamaño} | ||
::msgcat::mcset es {Zoom} {Zoom} | ||
::msgcat::mcset es {Pause} {Pausa} | ||
::msgcat::mcset es {Color of Image} {Color de imagen} | ||
::msgcat::mcset es {Save the Loupe} {Guardar la imagen} | ||
::msgcat::mcset es "Click the magnified image\nto get a pixel's color.\n\nThen hit this button." "Haga clic en la imagen magnificada\npara obtener el color de un píxel.\n\nLuego presione este botón." | ||
::msgcat::mcset es "Click, then drag and drop\nthe loupe to get the image." "Haga clic, luego arrastre y suelte\n\nla loupe para obtener la imagen." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters