Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Spanish translation #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Caffeine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
32CA4F630368D1EE00C91783 /* Caffeine_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Caffeine_Prefix.pch; sourceTree = "<group>"; };
37A0D7E78D59EADA9111CA6E /* Pods-Caffeine.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Caffeine.release.xcconfig"; path = "Target Support Files/Pods-Caffeine/Pods-Caffeine.release.xcconfig"; sourceTree = "<group>"; };
6E36E934252781F9003EF33F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = es; path = es.lproj/Credits.rtf; sourceTree = "<group>"; };
6E36E935252781F9003EF33F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
6E36E936252781F9003EF33F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6E36E937252781F9003EF33F /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = es.lproj/MainMenu.nib; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* Caffeine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Caffeine.app; sourceTree = BUILT_PRODUCTS_DIR; };
91BADA4F8D5A0AFE68767B5B /* Pods-Caffeine.app store release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Caffeine.app store release.xcconfig"; path = "Target Support Files/Pods-Caffeine/Pods-Caffeine.app store release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -254,6 +258,7 @@
French,
German,
sv,
es,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Caffeine */;
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
Expand Down Expand Up @@ -335,6 +340,7 @@
isa = PBXVariantGroup;
children = (
089C165DFE840E0CC02AAC07 /* English */,
6E36E936252781F9003EF33F /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand All @@ -343,6 +349,7 @@
isa = PBXVariantGroup;
children = (
29B97319FDCFA39411CA2CEA /* English */,
6E36E937252781F9003EF33F /* es */,
);
name = MainMenu.nib;
sourceTree = "<group>";
Expand All @@ -351,6 +358,7 @@
isa = PBXVariantGroup;
children = (
E2DE1C460A1E8BF300997829 /* English */,
6E36E934252781F9003EF33F /* es */,
);
name = Credits.rtf;
sourceTree = "<group>";
Expand All @@ -359,6 +367,7 @@
isa = PBXVariantGroup;
children = (
E2DE1CB50A1F38AB00997829 /* English */,
6E36E935252781F9003EF33F /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
14 changes: 14 additions & 0 deletions es.lproj/Credits.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{\rtf1\ansi\ansicpg1252\cocoartf2513
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0

\f0\fs22 \cf0 Evita que tu Mac se ponga en reposo\
y muestre el salvapantallas.
\fs12 \
\

\fs22 Icono de la aplicaci\'f3n de Trevor Kay. \
Iconos de la barra del men\'fa de Andrew Kerr.}
Binary file added es.lproj/InfoPlist.strings
Binary file not shown.
2 changes: 2 additions & 0 deletions es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"TurnOnTooltip" = "Caffeine está DESACTIVADO.\nHaz clic para evitar que tu Mac se ponga en reposo";
"TurnOffTooltip" = "Caffeine está ACTIVADO.\nHaz clic para permitir que tu Mac se ponga en reposo";
Loading